test_ok2/_pytest
holger krekel db5649ec6a streamline pytester API majorly:
- integrate conftest into pytester plugin
- introduce runpytest() to either call runpytest_inline (default) or
  runpytest_subprocess (python -m pytest)
- move testdir.inline_runsource1 to pdb tests
- strike some unneccessary methods.
- a new section "writing plugins" and some better pytester docs

--HG--
branch : testrefactor
2015-04-28 11:54:53 +02:00
..
assertion remove shutdown logic from PluginManager and add a add_cleanup() API 2015-04-22 16:33:20 +02:00
__init__.py change test module importing behaviour to append to sys.path 2015-04-17 22:25:35 +02:00
_argcomplete.py complete_dotted: fix for #361, filecompleter on dot files had differing behaviour from bash 2013-10-01 16:33:15 +02:00
capture.py add documented hookimpl_opts and hookspec_opts decorators 2015-04-25 11:29:11 +02:00
config.py - refine lsof checking 2015-04-28 11:54:46 +02:00
core.py simplify load_setuptools_entrypoints and refine comments/docstrings 2015-04-27 14:10:33 +02:00
doctest.py merge conftest management into PytestPluginManager 2015-04-22 14:15:42 +02:00
genscript.py strike python2.5 from test code cc @flub 2014-09-05 09:50:40 +02:00
helpconfig.py simplify tracing mechanics by simply going through an indirection 2015-04-25 18:15:39 +02:00
hookspec.py make pytest_plugin_registered a historic hook 2015-04-25 13:38:30 +02:00
impl - enhance ordering of tests using parametrized resources 2012-08-01 09:07:32 +02:00
junitxml.py Failure message in junit xml report now are more informative 2015-01-20 01:45:26 +03:00
main.py - make API between runpytest() and inline_run() more similar 2015-04-28 11:54:45 +02:00
mark.py remove shutdown logic from PluginManager and add a add_cleanup() API 2015-04-22 16:33:20 +02:00
monkeypatch.py Cleaning up the docstrings in monkeypatch.py 2015-01-08 17:15:22 -08:00
nose.py add documented hookimpl_opts and hookspec_opts decorators 2015-04-25 11:29:11 +02:00
pastebin.py add documented hookimpl_opts and hookspec_opts decorators 2015-04-25 11:29:11 +02:00
pdb.py Introduce pytest_enter_pdb hook 2014-09-18 14:58:42 +02:00
pytester.py streamline pytester API majorly: 2015-04-28 11:54:53 +02:00
python.py make pytest_plugin_registered a historic hook 2015-04-25 13:38:30 +02:00
recwarn.py Removing py.std usage from _pytest 2014-07-31 19:13:40 -03:00
resultlog.py fix issue380 by making --resultlog only rely on longrepr instead 2013-11-19 14:19:29 +01:00
runner.py allow postmortem debugging on failed test 2015-03-21 09:26:35 +01:00
skipping.py add documented hookimpl_opts and hookspec_opts decorators 2015-04-25 11:29:11 +02:00
standalonetemplate.py Added explanation for the binary blob in runtests.py 2014-10-24 13:04:20 +02:00
terminal.py deprecate and warn about __multicall__ usage in hooks, refine docs about hook ordering, 2015-04-27 12:50:34 +02:00
tmpdir.py Removing py.std usage from _pytest 2014-07-31 19:13:40 -03:00
unittest.py add documented hookimpl_opts and hookspec_opts decorators 2015-04-25 11:29:11 +02:00