Go to file
holger krekel d4fe273b2f fix FD leakage during pytest's own test run and add "--lsof" option to tox default test runs.
the leakage came down to a problematic bit of the stdlib logging module: it takes ownerships of stdout/stderr making it hard for pytest to implement clean capturing.  The current work around is to add some extra code in the setup machinery of pytest's own tests which actually closes sub-FDs.
2011-11-06 15:40:17 +00:00
_pytest fix FD leakage during pytest's own test run and add "--lsof" option to tox default test runs. 2011-11-06 15:40:17 +00:00
bench python3 fixes 2010-11-23 20:32:07 -06:00
doc fix issue83 - add a link to already generated list of funcargs 2011-10-21 15:45:56 +02:00
testing fix FD leakage during pytest's own test run and add "--lsof" option to tox default test runs. 2011-11-06 15:40:17 +00: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.3 for changeset 12a05d59249f 2011-10-18 21:01:37 +02:00
AUTHORS update authors to reflect more current situation 2011-06-01 08:00:12 +02:00
CHANGELOG fix FD leakage during pytest's own test run and add "--lsof" option to tox default test runs. 2011-11-06 15:40:17 +00:00
ISSUES.txt bump to version 2.1.3, add release announce, regen docs (with make regen) 2011-10-18 20:07:45 +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 fix FD leakage during pytest's own test run and add "--lsof" option to tox default test runs. 2011-11-06 15:40:17 +00:00
tox.ini fix FD leakage during pytest's own test run and add "--lsof" option to tox default test runs. 2011-11-06 15:40:17 +00:00

README.txt

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

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