pytest2/py/plugin
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 make py lib a self-contained directory again 2009-11-04 21:34:07 +01:00
hookspec.py introduce a new pytest_report_header(hook) hook to add additional test-run relevant information to the header of a test report. 2010-01-12 21:43:25 +01:00
pytest__pytest.py remove/reduce internal global state: py._com.registry is now fully contained and always instantiated from the py.test PluginManager class. 2009-12-29 12:36:17 +01:00
pytest_assertion.py make py lib a self-contained directory again 2009-11-04 21:34:07 +01:00
pytest_capture.py re-arrange "py.test -h" command line option grouping and update some plugin docs. 2010-01-03 12:41:29 +01:00
pytest_default.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
pytest_doctest.py re-arrange "py.test -h" command line option grouping and update some plugin docs. 2010-01-03 12:41:29 +01:00
pytest_genscript.py fix python3 issues, add missing plugin docs 2010-01-03 13:27:06 +01:00
pytest_helpconfig.py introduce a new pytest_report_header(hook) hook to add additional test-run relevant information to the header of a test report. 2010-01-12 21:43:25 +01:00
pytest_hooklog.py make py lib a self-contained directory again 2009-11-04 21:34:07 +01:00
pytest_logxml.py refine classname normalization for junit-xml 2010-01-12 01:35:50 +01:00
pytest_mark.py cleanup py.test.* namespace, docstrings for improved pydoc and interactive usage. 2009-12-29 16:29:48 +01:00
pytest_monkeypatch.py make py lib a self-contained directory again 2009-11-04 21:34:07 +01:00
pytest_nose.py make py lib a self-contained directory again 2009-11-04 21:34:07 +01:00
pytest_pastebin.py re-arrange "py.test -h" command line option grouping and update some plugin docs. 2010-01-03 12:41:29 +01:00
pytest_pdb.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
pytest_pylint.py make py lib a self-contained directory again 2009-11-04 21:34:07 +01:00
pytest_pytester.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
pytest_recwarn.py deprecate use of 'disabled' 2009-12-30 12:13:38 +01:00
pytest_restdoc.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
pytest_resultlog.py re-arrange "py.test -h" command line option grouping and update some plugin docs. 2010-01-03 12:41:29 +01:00
pytest_runner.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
pytest_skipping.py cleanup py.test.* namespace, docstrings for improved pydoc and interactive usage. 2009-12-29 16:29:48 +01:00
pytest_terminal.py introduce a new pytest_report_header(hook) hook to add additional test-run relevant information to the header of a test report. 2010-01-12 21:43:25 +01:00
pytest_tmpdir.py a few internal test related fixes as to run on a osx/no-execnet situation 2009-11-12 21:15:59 +01:00
pytest_unittest.py make py lib a self-contained directory again 2009-11-04 21:34:07 +01:00
standalonetemplate.py move standalone script to become a plugin offering "--genscript", 2009-12-30 19:10:49 +01:00