.. |
__init__.py
|
[svn r62211] merge 60797:HEAD of pytestplugin branch:
|
2009-02-27 11:18:27 +01:00 |
conftest.py
|
* remove redundant call_next_provider method, thus generalizing Request object
|
2009-06-11 19:49:25 +02:00 |
hookspec.py
|
handle final teardown properly, add a new experimental hook for it.
|
2009-07-31 14:22:02 +02:00 |
pytest__pytest.py
|
applying samuele's patch fixing a regression
|
2009-07-22 14:50:17 +02:00 |
pytest_capture.py
|
rename iocapture to capture, add/remove some missing files
|
2009-08-03 12:16:12 +02:00 |
pytest_default.py
|
* reworked capturing to only capture once per runtest cycle
|
2009-07-31 14:21:02 +02:00 |
pytest_doctest.py
|
* reworked per-test output capturing into the pytest_iocapture.py plugin
|
2009-07-25 18:09:01 +02:00 |
pytest_execnetcleanup.py
|
introduced pytest_keyboardinterrupt hook
|
2009-07-20 14:01:40 +02:00 |
pytest_figleaf.py
|
new cleaner layout, many improvements to docs
|
2009-07-20 18:54:08 +02:00 |
pytest_hooklog.py
|
* streamlining plugin docstrings
|
2009-07-08 19:18:26 +02:00 |
pytest_keyword.py
|
simplify py.test.mark API,
|
2009-07-28 14:26:32 +02:00 |
pytest_monkeypatch.py
|
new cleaner layout, many improvements to docs
|
2009-07-20 18:54:08 +02:00 |
pytest_pastebin.py
|
rename pocoo to "pastebin" plugin, write documentation, implement whole-session-pasting
|
2009-08-03 11:56:56 +02:00 |
pytest_pdb.py
|
* reworked capturing to only capture once per runtest cycle
|
2009-07-31 14:21:02 +02:00 |
pytest_pylint.py
|
integrate plugin hook checking directly when registering
|
2009-05-22 23:50:35 +02:00 |
pytest_pytester.py
|
fixes for python 2.4
|
2009-07-31 15:35:22 +02:00 |
pytest_recwarn.py
|
update docs, leave out internal plugins
|
2009-07-22 16:09:49 +02:00 |
pytest_restdoc.py
|
fixes for python 2.4
|
2009-07-31 15:35:22 +02:00 |
pytest_resultlog.py
|
* add a script for generating plugin docs
|
2009-07-14 21:17:13 +02:00 |
pytest_runner.py
|
fixes for python 2.4
|
2009-07-31 15:35:22 +02:00 |
pytest_terminal.py
|
rename pocoo to "pastebin" plugin, write documentation, implement whole-session-pasting
|
2009-08-03 11:56:56 +02:00 |
pytest_tmpdir.py
|
integrate plugin hook checking directly when registering
|
2009-05-22 23:50:35 +02:00 |
pytest_unittest.py
|
improve unittest documentation, enable plugin by default
|
2009-07-20 18:54:18 +02:00 |
pytest_xfail.py
|
new cleaner layout, many improvements to docs
|
2009-07-20 18:54:08 +02:00 |
test_pytest_capture.py
|
rename iocapture to capture, add/remove some missing files
|
2009-08-03 12:16:12 +02:00 |
test_pytest_runner.py
|
rename iocapture to capture, add/remove some missing files
|
2009-08-03 12:16:12 +02:00 |
test_pytest_runner_xunit.py
|
* refix handling of partial setup failures
|
2009-07-08 16:41:30 +02:00 |
test_pytest_terminal.py
|
introduce new "Error" outcome and group setup/teardown and collection failures into that category. Report them separately.
|
2009-07-31 14:22:02 +02:00 |