Go to file
holger krekel ca281b7c1b remove unused code 2012-11-02 16:04:56 +01:00
_pytest remove unused code 2012-11-02 16:04:56 +01:00
bench python3 fixes 2010-11-23 20:32:07 -06:00
doc extended - fix issue214 - ignore attribute-access errors with objects in test modules that can blow up (for example flask's request object) 2012-10-31 17:00:55 +01:00
testing extended - fix issue214 - ignore attribute-access errors with objects in test modules that can blow up (for example flask's request object) 2012-10-31 17:00:55 +01:00
.hgignore many doc improvements and fixes 2012-10-18 12:24:50 +02:00
.hgtags Added tag 2.3.2 for changeset 8738b828dec5 2012-10-25 14:13:06 +02:00
AUTHORS fix issue89 apply Daniel Nouri's patch to doctest/--pdb interaction. 2011-11-15 13:28:22 +00:00
CHANGELOG extended - fix issue214 - ignore attribute-access errors with objects in test modules that can blow up (for example flask's request object) 2012-10-31 17:00:55 +01:00
ISSUES.txt remove issue that doesn't make sense anymore 2012-10-28 17:40:30 +01:00
LICENSE * use the MIT license for the py lib 2009-10-03 01:11:04 +02:00
MANIFEST.in add tox.ini to distribution 2012-10-20 17:08:02 +02: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 avoid double-instantiation of PluginManager in case of the "python pytest.py" or -m pytest invocation 2012-09-25 11:58:41 +02:00
setup.py extended - fix issue214 - ignore attribute-access errors with objects in test modules that can blow up (for example flask's request object) 2012-10-31 17:00:55 +01:00
tox.ini bump version to 2.3.2, regen docs and changelog 2012-10-25 13:48:31 +02:00

README.txt

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

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