test_ok2/testing/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 make py lib a self-contained directory again 2009-11-04 21:34:07 +01:00
conftest.py implement and document new invocation mechanisms, see doc/usage.txt 2010-11-05 23:37:31 +01:00
test_assertion.py some fixes for --pyargs situations and the docs, remove wrongly added test 2010-11-07 00:22:16 +01:00
test_capture.py internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME 2010-10-11 01:14:40 +02:00
test_doctest.py internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME 2010-10-11 01:14:40 +02:00
test_genscript.py refine initilization: read config also from a "pytest.ini" file if exists 2010-11-07 16:10:22 +01:00
test_helpconfig.py show pytest.__version__ not pylib 2010-10-31 18:57:44 +01:00
test_junitxml.py internally use pytest.* instead of ``py.test.*`` in many places. 2010-11-13 09:05:11 +01:00
test_mark.py allow unittest test functions to work with the "pytestmark" mechanism 2010-10-25 23:08:56 +02:00
test_monkeypatch.py internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME 2010-10-11 01:14:40 +02:00
test_nose.py internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME 2010-10-11 01:14:40 +02:00
test_pastebin.py internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME 2010-10-11 01:14:40 +02:00
test_pdb.py internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME 2010-10-11 01:14:40 +02:00
test_pytester.py implement and document new invocation mechanisms, see doc/usage.txt 2010-11-05 23:37:31 +01:00
test_python.py internally use pytest.* instead of ``py.test.*`` in many places. 2010-11-13 09:05:11 +01:00
test_recwarn.py internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME 2010-10-11 01:14:40 +02:00
test_resultlog.py probably the last major internal cleanup action: rename collection to 2010-11-07 10:19:58 +01:00
test_runner.py internally use pytest.* instead of ``py.test.*`` in many places. 2010-11-13 09:05:11 +01:00
test_runner_xunit.py rename last test files 2010-10-11 08:10:55 +02:00
test_session.py internally use pytest.* instead of ``py.test.*`` in many places. 2010-11-13 09:05:11 +01:00
test_skipping.py document and refine py.test.fail helper and strike superflous ExceptionFailure class 2010-11-05 23:37:31 +01:00
test_terminal.py refine initilization: read config also from a "pytest.ini" file if exists 2010-11-07 16:10:22 +01:00
test_tmpdir.py make safer filenames 2010-10-21 16:10:37 +02:00
test_unittest.py majorly changing the unittest compatibility code, calling TestCase(name)(result) 2010-11-01 23:08:16 +01:00