39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
=======================================
|
|
py.test documentation index
|
|
=======================================
|
|
|
|
the project independent ``py.test`` command line tool helps you to:
|
|
|
|
* rapidly collect and run tests
|
|
* run unit- or doctests, functional or integration tests
|
|
* distribute tests to multiple environments
|
|
* use local or global plugins for custom test types and setup
|
|
|
|
quickstart_: for getting started immediately.
|
|
|
|
features_: a walk through basic features and usage.
|
|
|
|
`talks, tutorials, examples`_: tutorial examples, slides
|
|
|
|
`available plugins`_: list of py.test plugins
|
|
|
|
funcargs_: powerful parametrized test function setup
|
|
|
|
`distributed testing`_: distribute test runs to other machines and platforms.
|
|
|
|
extend_: intro to extend and customize py.test runs
|
|
|
|
config_: ``conftest.py`` files and the config object
|
|
|
|
|
|
.. _`available plugins`: plugin/index.html
|
|
.. _`talks, tutorials, examples`: talks.html
|
|
.. _quickstart: quickstart.html
|
|
.. _features: features.html
|
|
.. _funcargs: funcargs.html
|
|
.. _extend: extend.html
|
|
.. _config: config.html
|
|
.. _`distributed testing`: dist.html
|
|
|
|
|