2009-08-19 01:04:57 +08:00
|
|
|
|
2010-07-27 03:15:15 +08:00
|
|
|
Mission
|
2009-08-19 01:04:57 +08:00
|
|
|
====================================
|
|
|
|
|
2014-01-18 19:31:33 +08:00
|
|
|
``pytest`` strives to make testing a fun and no-boilerplate effort.
|
2009-08-19 01:04:57 +08:00
|
|
|
|
2014-01-18 19:31:33 +08:00
|
|
|
The tool is distributed as a `pytest` package. Its project independent
|
2016-06-21 22:16:57 +08:00
|
|
|
``pytest`` command line tool helps you to:
|
2009-08-19 01:04:57 +08:00
|
|
|
|
2010-07-27 03:15:15 +08:00
|
|
|
* rapidly collect and run tests
|
|
|
|
* run unit- or doctests, functional or integration tests
|
2009-08-19 01:04:57 +08:00
|
|
|
* distribute tests to multiple environments
|
2010-07-27 03:15:15 +08:00
|
|
|
* use local or global plugins for custom test types and setup
|