.. |
__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
|
fix issue94 make reporting more robust against bogus source code
|
2010-05-21 16:42:46 +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
|
fix issue91 introduce new py.test.xfail(reason) helper
|
2010-05-20 13:29:51 +02:00 |
pytest_skipping.py
|
update docs: mention that py.test.xfail is there
|
2010-05-21 18:16:16 +02:00 |
pytest_terminal.py
|
deprecate --report option in favour of a new shorter and easier to remember -r option: this takes a string argument consisting of any combination of 'xsfX'
|
2010-05-05 19:50:59 +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 |