pytest2/_pytest
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
..
assertion Look up the pytest_assertrepr_compare hook for each test item 2011-10-16 11:51:15 +01:00
__init__.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
capture.py fix #59: provide better Jenkins stdout and stderr sections 2011-07-12 23:09:03 +02:00
config.py correctly handle zero length cmdline arguments 2011-09-25 23:26:49 +02:00
core.py enhance debug tracing: print trace tags at the end of message and forget about "prefix". 2011-07-14 19:11:50 +02:00
doctest.py fix issue43 - better tracebacks for unexpected exceptions in doctests 2011-05-28 14:38:15 +02:00
genscript.py don't import stuff at genscript import time but rather when it is used 2011-03-12 20:12:19 +01:00
helpconfig.py enhance debug tracing: print trace tags at the end of message and forget about "prefix". 2011-07-14 19:11:50 +02:00
hookspec.py back out pytest_configure_funcargs hook for now 2011-06-01 15:08:54 +02:00
junitxml.py make call durations part of the test report 2011-09-23 10:53:03 +02:00
main.py fix some of my typos, thanks Arfrever 2011-10-27 07:38:44 +02:00
mark.py fix issue48 - test and fix typo in MarkInfo repr 2011-06-01 08:03:06 +02:00
monkeypatch.py incorporate typo/grammar fixes from Laura and respond to a number of issues she raised in comments. 2011-03-03 23:40:38 +01:00
nose.py fix issue53: nose-style setup now called with the correct ordering 2011-07-05 21:23:59 +02:00
pastebin.py flat is better than nested (cont'd): 2010-11-13 11:10:45 +01:00
pdb.py support pytest.set_trace in collection 2011-08-01 10:53:37 +02:00
pytester.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
python.py rewrite test modules on import 2011-06-28 21:13:12 -05:00
recwarn.py incorporate typo/grammar fixes from Laura and respond to a number of issues she raised in comments. 2011-03-03 23:40:38 +01:00
resultlog.py refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration 2010-12-06 16:54:42 +01:00
runner.py make call durations part of the test report 2011-09-23 10:53:03 +02:00
skipping.py add a reportchar for reporting errors, fixes #76 2011-09-29 23:44:26 +02:00
standalonetemplate.py some pep8 fixes 2010-11-13 23:33:50 +01:00
terminal.py add a reportchar for reporting errors, fixes #76 2011-09-29 23:44:26 +02:00
tmpdir.py tentatively use internal list for cleanups at unconfigure time - this helps reporting with partially executed pytest_configure() hooks 2011-04-17 12:20:13 +02:00
unittest.py unittest plugin: prune __unittest marked modules from traces 2011-03-05 17:49:51 +01:00