..
__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
majorly refactor collection process
2010-11-06 09:58:04 +01:00
config.py
majorly refactor collection process
2010-11-06 09:58:04 +01:00
doctest.py
majorly refactor collection process
2010-11-06 09:58:04 +01:00
genscript.py
document "setup.py test" to use genscript'ed version.
2010-10-28 09:29:56 +02:00
helpconfig.py
introduce norecursedirs config option, remove recfilter()
2010-11-04 23:21:26 +01:00
junitxml.py
majorly refactor collection process
2010-11-06 09:58:04 +01:00
mark.py
streamline some hook docs and option handling, remove cruft bits, fix doc links
2010-10-31 23:28:31 +01: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
remove pytest_report_iteminfo hook, i strongly guess nobody needs or uses it.
2010-11-04 23:21:23 +01: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
majorly refactor collection process
2010-11-06 09:58:04 +01:00
python.py
majorly refactor collection process
2010-11-06 09:58:04 +01:00
recwarn.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
majorly refactor collection process
2010-11-06 09:58:04 +01:00
session.py
majorly refactor collection process
2010-11-06 09:58:04 +01:00
skipping.py
document and refine py.test.fail helper and strike superflous ExceptionFailure class
2010-11-05 23:37:31 +01:00
standalonetemplate.py
fix genscript by copying the new implementation from the genscript package
2010-10-16 03:10:14 +02:00
terminal.py
majorly refactor collection process
2010-11-06 09:58:04 +01:00
tmpdir.py
make safer filenames
2010-10-21 16:10:37 +02:00
unittest.py
majorly changing the unittest compatibility code, calling TestCase(name)(result)
2010-11-01 23:08:16 +01:00