.. |
__init__.py
|
remove pylib things and move things to new pytest namespace
|
2010-10-07 11:59:00 +02:00 |
assertion.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
capture.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
config.py
|
removed unnccessary indirections in the PluginManager,
|
2010-10-13 11:12:27 +02:00 |
doctest.py
|
avoid early import of doctest
|
2010-10-12 12:19:00 +02:00 |
genscript.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
helpconfig.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
junitxml.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
mark.py
|
merge keyword into mark plugin
|
2010-10-12 13:05:29 +02:00 |
monkeypatch.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
nose.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
pastebin.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
pdb.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
pytester.py
|
removed unnccessary indirections in the PluginManager,
|
2010-10-13 11:12:27 +02:00 |
python.py
|
move pytest/collect.py to pytest/plugin/session.py - approaching
|
2010-10-12 12:19:53 +02:00 |
recwarn.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
restdoc.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
resultlog.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
runner.py
|
advance customization docs, enhance docstrings, add more reference object docs.
|
2010-10-11 12:54:28 +02:00 |
session.py
|
shift config initialization to own "config" plugin
|
2010-10-12 15:34:32 +02:00 |
skipping.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
standalonetemplate.py
|
remove pylib things and move things to new pytest namespace
|
2010-10-07 11:59:00 +02:00 |
terminal.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
tmpdir.py
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
|
2010-10-11 01:14:40 +02:00 |
unittest.py
|
various documentation related refinements
|
2010-10-12 10:59:04 +02:00 |