test_ok2/doc/en/test/mission.rst

14 lines
427 B
ReStructuredText
Raw Normal View History

2009-08-19 01:04:57 +08:00
Mission
2009-08-19 01:04:57 +08:00
====================================
``pytest`` strives to make testing a fun and no-boilerplate effort.
2009-08-19 01:04:57 +08:00
The tool is distributed as a `pytest` package. Its project independent
``pytest`` command line tool helps you to:
2009-08-19 01:04:57 +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
* use local or global plugins for custom test types and setup