test_ok1/pytest/plugin
holger krekel c9e629c870 remove old ways to set option defaults, relying on global setup.cfg or tox.ini files now.
revamp py.test --help-config

--HG--
branch : trunk
2010-10-27 22:29:01 +02:00
..
__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 fix capturing: properly finalize self-testing of py.test, reducing number of open files during the 2010-10-25 23:09:24 +02:00
config.py remove old ways to set option defaults, relying on global setup.cfg or tox.ini files now. 2010-10-27 22:29:01 +02:00
doctest.py remove all deprecated functionality and tests 2010-10-13 18:41:53 +02:00
genscript.py fix genscript by copying the new implementation from the genscript package 2010-10-16 03:10:14 +02:00
helpconfig.py remove old ways to set option defaults, relying on global setup.cfg or tox.ini files now. 2010-10-27 22:29:01 +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 allow unittest test functions to work with the "pytestmark" mechanism 2010-10-25 23:08:56 +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 remove old ways to set option defaults, relying on global setup.cfg or tox.ini files now. 2010-10-27 22:29:01 +02:00
python.py allow unittest test functions to work with the "pytestmark" mechanism 2010-10-25 23:08:56 +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 allow unittest test functions to work with the "pytestmark" mechanism 2010-10-25 23:08:56 +02:00
session.py introduce reading of setup.cfg / ini-style configuration files 2010-10-27 19:35:27 +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 fix genscript by copying the new implementation from the genscript package 2010-10-16 03:10:14 +02:00
terminal.py fix capturing: properly finalize self-testing of py.test, reducing number of open files during the 2010-10-25 23:09:24 +02:00
tmpdir.py make safer filenames 2010-10-21 16:10:37 +02:00
unittest.py various documentation related refinements 2010-10-12 10:59:04 +02:00