test_ok2/testing
Benjamin Peterson 8b6e42317b add test for detecting coding cookie with CRLF newlines 2013-10-05 15:20:32 -04:00
..
python fix regression reported by dstufft: regression when a 1-tuple ("arg",) is used 2013-10-02 08:08:26 +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 add test for detecting coding cookie with CRLF newlines 2013-10-05 15:20:32 -04: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 simplify the implementation of NodeKeywords getting rid of __ descriptors appearing there. 2013-10-03 13:53:22 +02:00
test_config.py Allow unicode strings in parser.add_argument() 2013-10-01 13:20:20 +01: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 more fixes regarding marking, in particular plugins should use add_marker/get_marker now. 2013-10-03 15:43:56 +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 argcomplete-test to use sys.argv[0] if it looks like a py.test executable 2013-10-03 18:02:54 +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 remove fd-fixing attempt at startup of pytest. It's 2013-10-03 18:53:40 +02:00
test_tmpdir.py fix issue354: avoid tmpdir fixture to create too long filenames especially 2013-10-03 14:22:54 +02:00
test_unittest.py fix issue333: fix a case of bad unittest/pytest hook interaction. 2013-09-09 09:56:53 +02:00