pytest2/py/impl/test
holger krekel 40f41496d8 remove dist-testing and looponfail code from core. there remain some (pytest_runner particularly) tests that test both plain and dist modes which cannot be easily dis-entangled. food for thought.
--HG--
branch : trunk
2010-01-13 16:00:33 +01:00
..
__init__.py cleanup py.test.* namespace, docstrings for improved pydoc and interactive usage. 2009-12-29 16:29:48 +01:00
cmdline.py (experimental) allow cmdline arguments to deep-point to a test, also remove virtually redundant session.getinitialitems() calls 2010-01-10 21:29:36 +01:00
collect.py refine rsyncing and internal dir/transferal handling: don't transfer roots in a popen- no-chdir situation and only use one py._pydir everywhere 2010-01-11 14:30:50 +01:00
compat.py make py lib a self-contained directory again 2009-11-04 21:34:07 +01:00
config.py remove dist-testing and looponfail code from core. there remain some (pytest_runner particularly) tests that test both plain and dist modes which cannot be easily dis-entangled. food for thought. 2010-01-13 16:00:33 +01:00
conftesthandle.py introduce --confcutdir option to early-inhibit lookup of conftest files above a certain directory. 2009-12-31 15:10:32 +01:00
funcargs.py fix aimed at passing jstests functional tests: allow to have _fillfuncargs() called even for non-pycollect-object test-items. 2009-12-30 14:05:41 +01:00
outcome.py cleanup py.test.* namespace, docstrings for improved pydoc and interactive usage. 2009-12-29 16:29:48 +01:00
parseopt.py enhance figleaf setup, enabled by default now (requires --figleaf). Generalize internal ability to show "hints" at the end of "-h". 2010-01-02 22:48:53 +01:00
pluginmanager.py remove dist-testing and looponfail code from core. there remain some (pytest_runner particularly) tests that test both plain and dist modes which cannot be easily dis-entangled. food for thought. 2010-01-13 16:00:33 +01:00
pycollect.py refine rsyncing and internal dir/transferal handling: don't transfer roots in a popen- no-chdir situation and only use one py._pydir everywhere 2010-01-11 14:30:50 +01:00
session.py fix sessionstart/sessionfinish handling at the slave side, set "session.nodeid" to id of the slave and make sure "final" teardown failures are reported nicely. fixes issue66. 2010-01-11 17:09:07 +01:00