added "docs/en" directory and moved

This commit is contained in:
t2y
2012-06-06 08:52:53 +09:00
parent 4d77653bb0
commit 9198069739
106 changed files with 1 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
Mission
====================================
py.test strives to make testing a fun and no-boilerplate effort.
The tool is distributed as part of the `py` package which contains supporting APIs that
are also usable independently. 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