Go to file
holger krekel 2e80512bb8 fix issue8 : avoid errors caused by logging module wanting to close already closed streams.
The issue arose if logging was initialized while capturing was enabled
and then capturing streams were closed before process exit, leading
to the logging module to complain.
2010-12-06 16:56:12 +01:00
_pytest fix issue8 : avoid errors caused by logging module wanting to close already closed streams. 2010-12-06 16:56:12 +01:00
bench python3 fixes 2010-11-23 20:32:07 -06:00
doc refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration 2010-12-06 16:54:42 +01:00
testing fix issue8 : avoid errors caused by logging module wanting to close already closed streams. 2010-12-06 16:56:12 +01: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.0 for changeset e9e127acd6f0 2010-11-25 21:03:08 +01:00
AUTHORS remove the --junitxmlprefix feature - it's kind of YAGNI i guess - 2010-07-03 14:44:47 +02:00
CHANGELOG fix issue8 : avoid errors caused by logging module wanting to close already closed streams. 2010-12-06 16:56:12 +01:00
ISSUES.txt update issues 2010-11-05 23:37:31 +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 bumping version to a dev version, run tests by using python PyPI by default 2010-11-26 13:37:00 +01:00
setup.py bumping version to a dev version, run tests by using python PyPI by default 2010-11-26 13:37:00 +01:00
tox.ini fix issue8 : avoid errors caused by logging module wanting to close already closed streams. 2010-12-06 16:56:12 +01:00

README.txt

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

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