Go to file
Benjamin Peterson c5dee7b549 _make_rewritten_pyc doesn't need to return anything 2011-07-25 21:42:57 -05:00
_pytest _make_rewritten_pyc doesn't need to return anything 2011-07-25 21:42:57 -05:00
bench python3 fixes 2010-11-23 20:32:07 -06:00
doc add ability to build pytest man page with "cd doc ; make man". Is to be 2011-07-14 23:13:32 +02:00
testing only try to create the __pycache__ dir (not a tree to it) fixes #60 2011-07-25 21:40:38 -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.1.0 for changeset e5e1746a197f 2011-07-09 12:02:27 +02:00
AUTHORS update authors to reflect more current situation 2011-06-01 08:00:12 +02:00
CHANGELOG only try to create the __pycache__ dir (not a tree to it) fixes #60 2011-07-25 21:40:38 -05:00
ISSUES.txt add a note about hook partial finalization issues 2011-07-07 21:15:35 +02: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 try use distribute always, update version 2011-07-09 10:09:04 +02:00
pytest.py shift version string to _pytest directory 2011-03-19 20:13:04 +01:00
setup.py add some debugging tracing to assertion rewriting to understand where failures (specifically issue60) come from. 2011-07-14 19:17:17 +02:00
tox.ini needs pypi.testrun.org for now to pull py lib 2011-07-08 23:09:41 +02:00

README.txt

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

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