..
assertion
fix some pep8 issues, more to go ... is there a tool that helps with pep8-ifying?
2012-06-21 11:20:29 +02:00
__init__.py
mid-scale refactoring to make request API available directly on items.
2012-06-25 17:35:33 +02:00
capture.py
mid-scale refactoring to make request API available directly on items.
2012-06-25 17:35:33 +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
some refinements to reporting and hook order
2012-06-21 11:07:22 +02:00
junitxml.py
fix skip/xfail confusion, reported and discussed on
2012-06-23 11:32:32 +02:00
main.py
mid-scale refactoring to make request API available directly on items.
2012-06-25 17:35:33 +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 skip/xfail confusion, reported and discussed on
2012-06-23 11:32:32 +02:00
pytester.py
mid-scale refactoring to make request API available directly on items.
2012-06-25 17:35:33 +02:00
python.py
mid-scale refactoring to make request API available directly on items.
2012-06-25 17:35:33 +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
mid-scale refactoring to make request API available directly on items.
2012-06-25 17:35:33 +02:00
runner.py
fix problem with unicode in writing failure representations to terminal, thanks ThomasWaldmann
2012-06-24 16:42:31 +02:00
skipping.py
fix skip/xfail confusion, reported and discussed on
2012-06-23 11:32:32 +02:00
standalonetemplate.py
some pep8 fixes
2010-11-13 23:33:50 +01:00
terminal.py
fix problem with unicode in writing failure representations to terminal, thanks ThomasWaldmann
2012-06-24 16:42:31 +02:00
tmpdir.py
mid-scale refactoring to make request API available directly on items.
2012-06-25 17:35:33 +02:00
unittest.py
try to better handle @unittest.expectedFailure decorator
2012-03-19 22:53:52 -07:00