..
__init__.py
move down py/impl/XYZ to py/_XYZ
2010-01-13 17:15:54 +01:00
hookspec.py
refine and test new hook registration, now it is called "pytest_addhooks"
2010-05-02 16:36:53 +02:00
pytest__pytest.py
some internal fixes regarding the new required hook-finding prefix
2010-05-02 17:10:38 +02:00
pytest_assertion.py
expose py.code._reinterpret functions so that pypy and internal
2010-04-29 01:20:56 +02:00
pytest_capture.py
fix issue96 - make capturing more resilient against KeyboardInterrupt
2010-05-17 19:00:39 +02:00
pytest_default.py
rename pytest_ignore_collect_path to pytest_ignore_collect before release
2010-05-02 15:24:02 +02:00
pytest_doctest.py
move down py/impl/XYZ to py/_XYZ
2010-01-13 17:15:54 +01:00
pytest_genscript.py
revert 1735 - fix issue95 differently: just shift the offending zlib
2010-05-19 16:42:22 +02:00
pytest_helpconfig.py
introduce an experimental approach for allowing dynamic addition of hooks from plugin. Plugins may register new hooks by implementing the new
2010-04-22 11:57:57 +02:00
pytest_hooklog.py
move down py/impl/XYZ to py/_XYZ
2010-01-13 17:15:54 +01:00
pytest_junitxml.py
unify handling of reportcharacters across resultlog/junitxml plugins
2010-05-20 14:35:13 +02:00
pytest_mark.py
fix for python3 - class.__dict__ is now a dict_proxy which doesn't have setdefault() anymore.
2010-05-22 10:12:57 +02:00
pytest_monkeypatch.py
fix docstring
2010-02-07 01:56:43 +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
* rather expose internal exceptions under py.test.ACTION.Exception
2010-04-28 08:42:56 +02:00
pytest_pylint.py
move down py/impl/XYZ to py/_XYZ
2010-01-13 17:15:54 +01:00
pytest_pytester.py
internal test runs: do inline_run() without io-capturing
2010-05-25 12:24:51 +02: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
unify handling of reportcharacters across resultlog/junitxml plugins
2010-05-20 14:35:13 +02:00
pytest_runner.py
* improve and test --tb=short reporting
2010-05-22 16:18:24 +02:00
pytest_skipping.py
when --runxfail is supplied also show tracebacks when running a test that
2010-05-22 17:08:49 +02:00
pytest_terminal.py
terser reporting header
2010-05-22 13:59:01 +02:00
pytest_tmpdir.py
move down py/impl/XYZ to py/_XYZ
2010-01-13 17:15:54 +01:00
pytest_unittest.py
* various jython related fixes.
2010-04-28 15:24:38 +02: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