c13fa886d9
Use load_module on the import hook to load the rewritten module. This allows the removal of the complicated code related to copying pyc files in and out of the cache location. It also plays more nicely with parallel py.test processes like the ones found in xdist. |
||
---|---|---|
_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.