..
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
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
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
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
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 some more trial/unittest related bits, particularly allow todo/skip items,
2010-11-25 15:48:59 +01:00