30 lines
748 B
Plaintext
30 lines
748 B
Plaintext
=======
|
|
py.test
|
|
=======
|
|
|
|
* rapidly collect and run tests
|
|
* use unit- or doctests, functional or integration tests
|
|
* distribute tests to multiple environments
|
|
* local or global plugins for custom test scenarios and types
|
|
|
|
quickstart_: for getting started immediately.
|
|
|
|
features_: a walk through basic features and usage.
|
|
|
|
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 general configuration
|
|
|
|
.. _quickstart: quickstart.html
|
|
.. _features: features.html
|
|
.. _funcargs: funcargs.html
|
|
.. _extend: extend.html
|
|
.. _config: config.html
|
|
.. _`distributed testing`: dist.html
|
|
|
|
|