bcb8dc71d2
by using the new getstatementrange() code of the py lib which uses AST-parsing rather than the previous heuristic which had O(n^2) complexity (with n = len(sourcelines)) - require new (in-dev) py version to |
||
---|---|---|
_pytest | ||
bench | ||
doc | ||
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.