.. |
__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
|
move down py/impl/XYZ to py/_XYZ
|
2010-01-13 17:15:54 +01: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
|
make sure we get an absolute path when writing the genscript file
|
2010-01-18 16:48:20 +01: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
|
* various jython related fixes.
|
2010-04-28 15:24:38 +02:00 |
pytest_mark.py
|
move down py/impl/XYZ to py/_XYZ
|
2010-01-13 17:15:54 +01: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
|
be more robust about bad std stream encodings
|
2010-04-28 17:19:49 -05: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
|
fix some py3 issues, particularly for 3.1.2 which has truncate(0) not change the file position
|
2010-04-28 13:22:05 +02:00 |
pytest_skipping.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_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 |