test_ok1/py/_plugin
holger krekel 9d64d7e27a refine setup ordering some more - test and avoid a problem with funcarg setups where the
surrounding setup_module would fail, but the funcarg setup still be called (which might
assume that setup_module has been called so would raise a confusing error)

--HG--
branch : trunk
2010-01-28 15:36:27 +01:00
..
__init__.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
hookspec.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest__pytest.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_assertion.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_capture.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_default.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_doctest.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_genscript.py make sure we get an absolute path when writing the genscript file 2010-01-18 16:48:20 +01:00
pytest_helpconfig.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_hooklog.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_junitxml.py rename logxml plugin to junitxml 2010-01-16 23:33:26 +01:00
pytest_mark.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_monkeypatch.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_nose.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_pastebin.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_pdb.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_pylint.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_pytester.py refine tests and refine code to deal with new xdist semantics. 2010-01-17 23:23:02 +01:00
pytest_recwarn.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_restdoc.py refine tests and refine code to deal with new xdist semantics. 2010-01-17 23:23:02 +01:00
pytest_resultlog.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_runner.py refine setup ordering some more - test and avoid a problem with funcarg setups where the 2010-01-28 15:36:27 +01:00
pytest_skipping.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_terminal.py closes #67 new super-short traceback-printing option: "--tb=line" will print a single line for each failing (python) test indicating its filename, lineno and the failure value 2010-01-27 12:52:19 +01:00
pytest_tmpdir.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pytest_unittest.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
standalonetemplate.py fix test_importall to not stop on skipped plugins and fix the uncovered failure of genscript: standalone.py template is now safely importable 2010-01-15 18:45:06 +01:00