Go to file
holger krekel 7d747a1cde remove .markers attribute which was added in development and after 2.2.4
so never released.  Rather extend keywords to also exist on nodes. Assigning
to node.keywords will make the value appear on all subchildren's
keywords.
2012-10-18 13:52:32 +02:00
_pytest remove .markers attribute which was added in development and after 2.2.4 2012-10-18 13:52:32 +02:00
bench python3 fixes 2010-11-23 20:32:07 -06:00
doc remove .markers attribute which was added in development and after 2.2.4 2012-10-18 13:52:32 +02:00
testing remove .markers attribute which was added in development and after 2.2.4 2012-10-18 13:52:32 +02:00
.hgignore many doc improvements and fixes 2012-10-18 12:24:50 +02: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 issue198 - detection of fixtures from conftest.py files in deeper nested dir structures with certain invocations 2012-10-17 13:42:40 +02:00
ISSUES.txt rename a number of internal and externally visible variables to use the fixture name 2012-10-05 14:24:44 +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 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 remove .markers attribute which was added in development and after 2.2.4 2012-10-18 13:52:32 +02:00
tox.ini many doc improvements and fixes 2012-10-18 12:24:50 +02:00

README.txt

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

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