pytest2/_pytest
holger krekel 7d747a1cde remove .markers attribute which was added in development and after 2.2.4
so never released.  Rather extend keywords to also exist on nodes. Assigning
to node.keywords will make the value appear on all subchildren's
keywords.
2012-10-18 13:52:32 +02:00
..
assertion Fix extension of of cached re-written file 2012-07-07 16:09:53 +02:00
__init__.py remove .markers attribute which was added in development and after 2.2.4 2012-10-18 13:52:32 +02:00
capture.py rename a number of internal and externally visible variables to use the fixture name 2012-10-05 14:24:44 +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 try to move docs to a more releasable state, also refine 2012-10-09 14:35:17 +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 rename a number of internal and externally visible variables to use the fixture name 2012-10-05 14:24:44 +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 remove .markers attribute which was added in development and after 2.2.4 2012-10-18 13:52:32 +02:00
mark.py remove .markers attribute which was added in development and after 2.2.4 2012-10-18 13:52:32 +02:00
monkeypatch.py fixes issue 156: monkeypatch class level descriptors 2012-09-25 18:15:13 +02:00
nose.py internally unify setup and fixture code, making setup a shortcut to fixture(autoactive=True) 2012-10-05 10:21:35 +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 remove .markers attribute which was added in development and after 2.2.4 2012-10-18 13:52:32 +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 try to move docs to a more releasable state, also refine 2012-10-09 14:35:17 +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 doc references, refactor fixtures docs to more quickly start 2012-10-07 13:06:17 +02:00
tmpdir.py make tmpdir fixture always return a realpath()ed tmpdir and make a note 2012-10-11 13:05:16 +02:00
unittest.py simplify/integrate fixturemapper into FixtureManager 2012-10-17 11:20:45 +02:00