test_ok2/_pytest
holger krekel 18306a4644 add header info: always report 3rd party plugins in test runs 2012-06-20 00:16:47 +02:00
..
assertion mention pep302 in docstring 2012-06-16 10:14:52 +02:00
__init__.py change pluginmanager.register API to raise ValueError if the plugin object or the name is already registered 2012-06-16 21:29:04 +02:00
capture.py simplify activate_funcargs 2012-06-03 21:06:43 +02:00
config.py add a method to the config object to dynamically add a value to an (line-type) ini-value 2011-11-11 22:56:08 +00:00
core.py change pluginmanager.register API to raise ValueError if the plugin object or the name is already registered 2012-06-16 21:29:04 +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 refine lsof/FD leakage testing and rework test setup and some of pytest own tests. Note that the actual diff to non-test code is small. Also remove some redundant tests (introduced by a copy-paste-error apparently in test_mark.py). 2011-11-07 18:08:41 +00:00
hookspec.py yay! now that we have perfect teardowns we don't need some ugly internal hooks anymore. 2011-12-02 21:00:21 +00:00
junitxml.py fix issue 144 - wrong classname in junitxml 2012-05-22 17:18:04 +02:00
main.py fix issue143 - call unconfigure/sessionfinish always when 2012-05-17 23:11:23 +02:00
mark.py fix issue106: allow parametrize to be applied per-class/per-module 2011-12-28 15:47:19 +00:00
monkeypatch.py update documentation for the new monkeypatch.chdir method 2012-01-06 15:25:57 +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 fix help string for --paste 2012-05-19 10:54:12 +02:00
pdb.py fix issue89 apply Daniel Nouri's patch to doctest/--pdb interaction. 2011-11-15 13:28:22 +00:00
pytester.py fix issue90 - perform teardown after its actual test function/item. This is implemented by modifying the runtestprotocol to remember "pending" teardowns and call them before the setup of the next item. 2011-11-18 16:01:29 +00:00
python.py strip bound wrappers of class setup/tardown, fixes #140 2012-05-06 23:03:16 +02: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 fix issue99 - internalerror with --resultlog now produce better output. 2011-12-10 08:49:21 +00:00
runner.py use non-hacky dynamic package import method 2012-04-27 17:51:50 -04:00
skipping.py fix issue160 a failing setup of an xfail-marked tests should 2012-06-19 23:48:39 +02:00
standalonetemplate.py some pep8 fixes 2010-11-13 23:33:50 +01:00
terminal.py add header info: always report 3rd party plugins in test runs 2012-06-20 00:16:47 +02:00
tmpdir.py don't remove symlinks from temporary directory path - should help with some standard OSX setups 2011-11-06 19:34:02 +00:00
unittest.py try to better handle @unittest.expectedFailure decorator 2012-03-19 22:53:52 -07:00