test_ok2/testing
holger krekel 74b9ebc1cd accept a left out "()" for ids on command line for better compatibility with pytest.vim 2011-02-07 11:09:42 +01:00
..
acceptance_test.py fix the last committed laxation of a test 2011-02-04 23:20:27 +01:00
conftest.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_assertion.py fix test related to "not in" 2011-01-27 11:36:12 +01:00
test_capture.py refine and unify initial capturing - now works also if the logging module 2011-01-18 12:51:21 +01:00
test_collection.py accept a left out "()" for ids on command line for better compatibility with pytest.vim 2011-02-07 11:09:42 +01:00
test_config.py fix issue12 - show plugin versions with "--version" and "--traceconfig" and also document how to add extra information to reporting test header 2011-01-12 19:39:36 +01:00
test_conftest.py remove same-conftest.py detection - does more harm than good 2011-01-11 15:54:47 +01:00
test_core.py fix issue12 - show plugin versions with "--version" and "--traceconfig" and also document how to add extra information to reporting test header 2011-01-12 19:39:36 +01:00
test_doctest.py fix issue7 - assert failure inside doctest doesn't prettyprint 2010-12-06 19:00:30 +01:00
test_genscript.py also un-nest test directory 2010-11-13 11:30:40 +01:00
test_helpconfig.py fix issue12 - show plugin versions with "--version" and "--traceconfig" and also document how to add extra information to reporting test header 2011-01-12 19:39:36 +01:00
test_junitxml.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_mark.py fix: mark.* objects are now immutable as long as they are not an attribute on a function, enables usage like this:: 2010-11-20 20:17:38 +01:00
test_monkeypatch.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_nose.py fix issue15 - tests for python3/nose-1.0 combo work now 2011-01-11 17:27:34 +01:00
test_parseopt.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_pastebin.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_pdb.py fix #128 show tracebacks for all failures and errors that haven't beed PDB-debugged 2010-11-23 16:10:47 +01:00
test_pytester.py nice-fy error reporting of self-tests 2010-11-22 15:20:18 +01:00
test_python.py fix a pypy related regression - re-allow self.NAME style collection tree customization 2011-01-18 12:47:31 +01: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 refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration 2010-12-06 16:54:42 +01:00
test_runner.py also accept non-pytrace pytest.fail() call in setup/teardown methods 2010-11-24 16:43:55 +01:00
test_runner_xunit.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_session.py refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration 2010-12-06 16:54:42 +01:00
test_skipping.py fix issue9 wrong XPass with failing setup/teardown function of xfail marked test 2010-12-06 18:20:47 +01:00
test_terminal.py refine initialization and collection reporting, introduce a progress bar 2010-11-22 11:59:56 +01:00
test_tmpdir.py refine tmpdir handling and docs 2010-11-21 17:43:18 +01:00
test_unittest.py fix some more trial/unittest related bits, particularly allow todo/skip items, 2010-11-25 15:48:59 +01:00