Go to file
Benjamin Peterson c13fa886d9 simplify rewrite-on-import
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.
2011-07-06 23:24:04 -05:00
_pytest simplify rewrite-on-import 2011-07-06 23:24:04 -05:00
bench python3 fixes 2010-11-23 20:32:07 -06:00
doc don't import py 2011-07-06 20:25:54 +02:00
testing simplify rewrite-on-import 2011-07-06 23:24:04 -05:00
.hgignore fix tox.ini and dependencies, various fixes all around, tests pass. 2010-10-10 13:48:49 +02:00
.hgtags Added tag 2.0.3 for changeset 363e5a5a59c8 2011-05-11 11:54:36 +02:00
AUTHORS update authors to reflect more current situation 2011-06-01 08:00:12 +02:00
CHANGELOG rearrange and streamline documentation navigation to better work 2011-07-06 20:21:59 +02:00
ISSUES.txt improve and clarify skipping docs 2011-03-05 13:08:43 +01:00
LICENSE * use the MIT license for the py lib 2009-10-03 01:11:04 +02:00
MANIFEST.in some small pre-release updates 2010-11-25 16:36:25 +01:00
README.txt bump version, fix readme 2010-10-21 12:18:10 +02:00
distribute_setup.py massive documentation refinements 2010-11-02 00:53:53 +01:00
pytest.py shift version string to _pytest directory 2011-03-19 20:13:04 +01:00
setup.py show release level info for pypy 2011-07-06 10:18:11 +02:00
tox.ini use pypi.testrun.org so that py>1.4.0 gets picked up correctly 2011-01-12 18:03:55 +01:00

README.txt

py.test is a simple and popular testing tool for Python.

See http://pytest.org for more documentation.