.. |
assertion
|
Fix extension of of cached re-written file
|
2012-07-07 16:09:53 +02:00 |
__init__.py
|
don't call nose' setup methods if they are marked with pytest.setup
|
2012-09-22 00:23:36 +02:00 |
capture.py
|
move funcarg factory to a new FuncargManager object at session level
|
2012-07-19 09:20:14 +02:00 |
config.py
|
fix issue151 - heuristcally lookup conftest files on all command line arguments, not just the first existing dir/file
|
2012-06-26 21:56:03 +02: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
|
extend --help to tell about --markers and --funcargs
|
2012-09-22 11:44:56 +02:00 |
hookspec.py
|
some refinements to reporting and hook order
|
2012-06-21 11:07:22 +02:00 |
impl
|
- enhance ordering of tests using parametrized resources
|
2012-08-01 09:07:32 +02:00 |
junitxml.py
|
fix issue #178 and extend the failure escape test
|
2012-08-17 16:08:08 +02:00 |
main.py
|
backout, the _memoizedcall change worked only due to a local effect
|
2012-09-24 11:36:24 +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
|
don't call nose' setup methods if they are marked with pytest.setup
|
2012-09-22 00:23:36 +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
|
refine internal test support for unicode-related bits (used by a test in pytest-pep8)
|
2012-09-20 10:57:23 +02:00 |
python.py
|
back out accidental changes introduced by last patch
|
2012-09-25 15:13:58 +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
|
backout, the _memoizedcall change worked only due to a local effect
|
2012-09-24 11:36:24 +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 typo in terminal help text
|
2012-07-12 17:00:48 +01:00 |
tmpdir.py
|
re-introduce the old 2.2.4 FuncargRequest implementation as it is a better
|
2012-07-18 19:49:14 +02:00 |
unittest.py
|
fix issue 191 - add support for runTest method of unittest.TestCase subclasses
|
2012-09-22 18:24:53 +02:00 |