- pytest.py is new module, making "python -m pytest" work always - _pytest/*.py now contains core.py, hookspec and the plugins, no sub packages |
||
|---|---|---|
| _pytest | ||
| bench | ||
| doc | ||
| example | ||
| testing | ||
| .hgignore | ||
| .hgtags | ||
| AUTHORS | ||
| CHANGELOG | ||
| ISSUES.txt | ||
| LICENSE | ||
| MANIFEST.in | ||
| README.txt | ||
| distribute_setup.py | ||
| pytest.py | ||
| setup.py | ||
| tox.ini | ||
README.txt
py.test is a simple and popular testing tool for Python. See http://pytest.org for more documentation.