test_ok2/testing
holger krekel d226b2faf4 release announcement, bump version numbers, some test adapatations because of random win32 test failures. 2013-10-01 12:37:11 +02:00
..
python disallow yield in non-yield-fixtures for now. This is an incompataibility but we want to prepare for possibly merging fixture and yield_fixture some day. 2013-09-30 13:56:54 +02:00
acceptance_test.py release announcement, bump version numbers, some test adapatations because of random win32 test failures. 2013-10-01 12:37:11 +02:00
conftest.py fix collection imports for python2.5 2013-08-01 15:38:03 +02:00
test_argcomplete.py argcomplete_win: skip testing of argcomplete on windows 2013-09-09 12:41:29 +02:00
test_assertinterpret.py fix a import strange loop that affects pypy test appsupport on python2.5 2012-04-13 12:41:02 +02:00
test_assertion.py add changelog entry for anthon's hynek-fication of options, 2013-08-01 17:32:19 +02:00
test_assertrewrite.py fix issue317: assertion rewriter support for the is_package method 2013-08-01 22:11:18 +02:00
test_capture.py bump version, some windows test fixes, prevent logging from raising exceptions at the end (finally), add py25 to tox.ini. 2013-09-30 16:09:26 +02:00
test_collection.py introduce pluginmanager.ensure_teardown() which allows 2013-09-28 22:23:00 +02:00
test_config.py fix issue358 -- introduce new pytest_load_initial_conftests hook and make capturing initialization use it, relying on a new (somewhat internal) parser.parse_known_args() method. 2013-09-30 13:14:16 +02:00
test_conftest.py remove unnecessary print 2013-07-06 10:26:14 +02:00
test_core.py some more separation of core pluginmanager from pytest specific functionality. 2013-09-30 13:14:14 +02:00
test_doctest.py introduce pluginmanager.ensure_teardown() which allows 2013-09-28 22:23:00 +02:00
test_fixture_finalizer.py fix some tests wrt to expecting output now that pytest does no 2013-09-27 12:28:34 +02:00
test_fixture_scope.py re #320 fallback to test scope if the class-scoped fixture is used in non-class-based test function 2013-07-06 21:30:24 +02:00
test_genscript.py make genscript provide information as to compatibility 2013-07-26 08:59:31 +02:00
test_helpconfig.py fix test after ronny's pytest-debug improvements 2012-12-04 20:31:37 +01:00
test_junitxml.py release announcement, bump version numbers, some test adapatations because of random win32 test failures. 2013-10-01 12:37:11 +02:00
test_mark.py add terminalreporter.section|line methods to print extra information. 2013-09-27 15:48:03 +02:00
test_monkeypatch.py merge monkeypatch.replace into monkeypatch.setattr, also support monkeypatch.delattr. 2013-09-27 12:33:06 +02:00
test_nose.py merge pull request #27: correctly handle nose.SkipTest during collection. Thanks 2013-08-16 11:33:58 +02:00
test_parseopt.py fix issue358 -- introduce new pytest_load_initial_conftests hook and make capturing initialization use it, relying on a new (somewhat internal) parser.parse_known_args() method. 2013-09-30 13:14:16 +02:00
test_pastebin.py test and fix pastebin xmlrpc import name missmatch, fixes #87 2011-11-14 17:51:12 +01:00
test_pdb.py make "import pdb ; pdb.set_trace()" work natively wrt capturing (no "-s" needed 2013-09-06 15:29:00 +02:00
test_pytester.py some more separation of core pluginmanager from pytest specific functionality. 2013-09-30 13:14:14 +02:00
test_recwarn.py streamline docs, especially use "import pytest" and "pytest.*" in python code examples instead of "import py" and "py.test.*". 2010-11-17 22:12:16 +01:00
test_resultlog.py fix issue99 - internalerror with --resultlog now produce better output. 2011-12-10 08:49:21 +00:00
test_runner.py - fix issue181: --pdb now also works on collect errors. This was 2013-09-06 11:56:04 +02:00
test_runner_xunit.py ref #322 cleanup all teardown calling to only happen when setup succeeded. 2013-08-02 09:52:40 +02:00
test_session.py shift pytest_configure/unconfigure/addoption/namespace hook calling to config object. 2013-09-30 13:14:14 +02:00
test_skipping.py fixes for py25 in test_skipping 2013-07-11 11:15:31 +02:00
test_terminal.py add terminalreporter.section|line methods to print extra information. 2013-09-27 15:48:03 +02:00
test_tmpdir.py simplify Config constructor 2013-09-28 22:22:53 +02:00
test_unittest.py fix issue333: fix a case of bad unittest/pytest hook interaction. 2013-09-09 09:56:53 +02:00