test_ok2/testing
holger krekel 9be1cd8007 fix #6 : allow skip/xfail/pdb with trial by hacking the raw exception info out from trial 2010-11-24 11:48:55 +01:00
..
acceptance_test.py refine tmpdir handling and docs 2010-11-21 17:43:18 +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 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_capture.py add a way to mark hooks as "tryfirst" or "trylast" to influence its position in a hook chain. 2010-11-21 23:17:59 +01:00
test_collection.py refine docs and docstrings, fix some small bits here and there while doing that. 2010-11-18 14:56:16 +01:00
test_config.py refine tmpdir handling and docs 2010-11-21 17:43:18 +01:00
test_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_core.py add a way to mark hooks as "tryfirst" or "trylast" to influence its position in a hook chain. 2010-11-21 23:17:59 +01:00
test_doctest.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_genscript.py also un-nest test directory 2010-11-13 11:30:40 +01:00
test_helpconfig.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_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 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_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 add ability to use scope="class" in request.cached_setup() calls 2010-11-20 18:03:18 +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 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_runner.py refine unittest support to also work with twisted trial test cases better by 2010-11-23 15:42:23 +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 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_skipping.py refine initialization and collection reporting, introduce a progress bar 2010-11-22 11:59:56 +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 #6 : allow skip/xfail/pdb with trial by hacking the raw exception info out from trial 2010-11-24 11:48:55 +01:00