.. |
acceptance_test.py
|
refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration
|
2010-12-06 16:54:42 +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
|
fix issue8 : avoid errors caused by logging module wanting to close already closed streams.
|
2010-12-06 16:56:12 +01:00 |
test_collection.py
|
refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration
|
2010-12-06 16:54:42 +01:00 |
test_config.py
|
introduce a pytest_cmdline_processargs hook to modify/add dynamically to command line arguments.
|
2010-12-07 12:14:12 +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
|
refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration
|
2010-12-06 16:54:42 +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
|
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
|
introduce new discovery mechanism
|
2010-11-24 22:01:04 +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 |