Go to file
holger krekel 63eacd9dd5 fix comment handling 2012-06-12 13:41:29 +02:00
_pytest simplify activate_funcargs 2012-06-03 21:06:43 +02:00
bench python3 fixes 2010-11-23 20:32:07 -06:00
doc fix ReST errors, increment doc-version and push to pytest.org 2012-06-11 16:24:42 +02:00
testing fix issue128 - show captured output when capsys/capfd are in use 2012-06-03 21:01:27 +02:00
.hgignore added "docs/en" directory and moved 2012-06-06 08:52:53 +09:00
.hgtags Added tag 2.2.4 for changeset ad9fe504a371 2012-05-22 18:27:49 +02:00
AUTHORS fix issue89 apply Daniel Nouri's patch to doctest/--pdb interaction. 2011-11-15 13:28:22 +00:00
CHANGELOG fix issue128 - show captured output when capsys/capfd are in use 2012-06-03 21:01:27 +02:00
ISSUES.txt write down some thoughts on parametrization - still not completely clear what the next stage should look like ... 2012-03-31 10:01:03 -07: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 upgrade inlined distribute_setup.py 2012-05-22 17:24:43 +02:00
pytest.py shift version string to _pytest directory 2011-03-19 20:13:04 +01:00
setup.py fix issue128 - show captured output when capsys/capfd are in use 2012-06-03 21:01:27 +02:00
tox.ini fix comment handling 2012-06-12 13:41:29 +02:00

README.txt

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

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