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
|
|
|
====================================
|
|
|
|
|
2010-07-27 03:15:15 +08:00
|
|
|
py.test strives to make testing a fun and no-boilerplate effort.
|
2009-08-19 01:04:57 +08:00
|
|
|
|
|
|
|
The tool is distributed as part of the `py` package which contains supporting APIs that
|
2011-02-17 21:46:40 +08:00
|
|
|
are also usable independently. The project independent ``py.test`` 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
|