2009-04-02 15:10:16 +08:00
|
|
|
=======
|
|
|
|
py.test
|
|
|
|
=======
|
|
|
|
|
2009-04-02 19:16:41 +08:00
|
|
|
* rapidly collect and run tests
|
|
|
|
* use unit- or doctests, functional or integration tests
|
|
|
|
* distribute tests to multiple environments
|
2009-04-13 21:58:26 +08:00
|
|
|
* local or global plugins for custom test scenarios and types
|
2008-08-16 23:26:59 +08:00
|
|
|
|
2009-03-22 08:38:43 +08:00
|
|
|
quickstart_: for getting started immediately.
|
2008-08-16 23:26:59 +08:00
|
|
|
|
2009-03-22 08:38:43 +08:00
|
|
|
features_: a walk through basic features and usage.
|
2008-08-16 23:26:59 +08:00
|
|
|
|
2009-05-12 01:23:57 +08:00
|
|
|
funcargs_: powerful parametrized test function setup
|
|
|
|
|
|
|
|
`distributed testing`_: distribute test runs to other machines and platforms.
|
|
|
|
|
2009-06-15 23:28:55 +08:00
|
|
|
extend_: intro to extend and customize py.test runs
|
2008-08-16 23:26:59 +08:00
|
|
|
|
2009-06-15 23:28:55 +08:00
|
|
|
config_: ``conftest.py`` files and general configuration
|
2008-08-16 23:26:59 +08:00
|
|
|
|
2009-04-13 21:58:26 +08:00
|
|
|
.. _quickstart: quickstart.html
|
|
|
|
.. _features: features.html
|
2009-05-12 01:23:57 +08:00
|
|
|
.. _funcargs: funcargs.html
|
2009-06-11 20:48:42 +08:00
|
|
|
.. _extend: extend.html
|
2009-06-15 23:28:55 +08:00
|
|
|
.. _config: config.html
|
2009-04-13 21:58:26 +08:00
|
|
|
.. _`distributed testing`: dist.html
|
2009-04-02 15:10:16 +08:00
|
|
|
|
|
|
|
|