pytest2/pytest/plugin
holger krekel 2e4e9eb745 internally use pytest.* instead of ``py.test.*`` in many places.
make sub namespace names 'collect' and 'cmdline' available on pytest directly
2010-11-13 09:05:11 +01:00
..
__init__.py remove pylib things and move things to new pytest namespace 2010-10-07 11:59:00 +02:00
assertion.py introduce an option that avoids discovery of classes other than unittest.TestCase in modules 2010-11-06 23:45:48 +01:00
capture.py some more improvements and updates to docs, add release announcements 2010-11-06 11:38:53 +01:00
config.py refine initilization: read config also from a "pytest.ini" file if exists 2010-11-07 16:10:22 +01:00
doctest.py internally use pytest.* instead of ``py.test.*`` in many places. 2010-11-13 09:05:11 +01:00
genscript.py some more improvements and updates to docs, add release announcements 2010-11-06 11:38:53 +01:00
helpconfig.py refine initilization: read config also from a "pytest.ini" file if exists 2010-11-07 16:10:22 +01:00
junitxml.py remove duplicate code, normalize relative path names to fix windows running tests 2010-11-07 12:05:32 +01:00
mark.py internally use pytest.* instead of ``py.test.*`` in many places. 2010-11-13 09:05:11 +01:00
monkeypatch.py some more improvements and updates to docs, add release announcements 2010-11-06 11:38:53 +01:00
nose.py internally use pytest.* instead of ``py.test.*`` in many places. 2010-11-13 09:05:11 +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 some more improvements and updates to docs, add release announcements 2010-11-06 11:38:53 +01:00
pytester.py run subprocess py.test scripts with the python version we're testing on 2010-11-08 17:25:02 -06:00
python.py internally use pytest.* instead of ``py.test.*`` in many places. 2010-11-13 09:05:11 +01:00
recwarn.py some more improvements and updates to docs, add release announcements 2010-11-06 11:38:53 +01:00
resultlog.py some more improvements and updates to docs, add release announcements 2010-11-06 11:38:53 +01:00
runner.py some more improvements and updates to docs, add release announcements 2010-11-06 11:38:53 +01:00
session.py internally use pytest.* instead of ``py.test.*`` in many places. 2010-11-13 09:05:11 +01:00
skipping.py internally use pytest.* instead of ``py.test.*`` in many places. 2010-11-13 09:05:11 +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 probably the last major internal cleanup action: rename collection to 2010-11-07 10:19:58 +01:00
tmpdir.py some more improvements and updates to docs, add release announcements 2010-11-06 11:38:53 +01:00
unittest.py internally use pytest.* instead of ``py.test.*`` in many places. 2010-11-13 09:05:11 +01:00