.. |
acceptance_test.py
|
introduce --durations=N showing slowest test executions
|
2011-11-08 17:20:56 +00:00 |
conftest.py
|
refine lsof/FD leakage testing and rework test setup and some of pytest own tests. Note that the actual diff to non-test code is small. Also remove some redundant tests (introduced by a copy-paste-error apparently in test_mark.py).
|
2011-11-07 18:08:41 +00:00 |
test_assertinterpret.py
|
refactor explanation formatting things into their own module
|
2011-05-26 12:01:34 -05:00 |
test_assertion.py
|
Look up the pytest_assertrepr_compare hook for each test item
|
2011-10-16 11:51:15 +01:00 |
test_assertrewrite.py
|
put the explanation generating code in the conditional fail body (fixes #79)
|
2011-10-14 16:26:13 -04:00 |
test_capture.py
|
refine lsof/FD leakage testing and rework test setup and some of pytest own tests. Note that the actual diff to non-test code is small. Also remove some redundant tests (introduced by a copy-paste-error apparently in test_mark.py).
|
2011-11-07 18:08:41 +00:00 |
test_collection.py
|
refine lsof/FD leakage testing and rework test setup and some of pytest own tests. Note that the actual diff to non-test code is small. Also remove some redundant tests (introduced by a copy-paste-error apparently in test_mark.py).
|
2011-11-07 18:08:41 +00:00 |
test_config.py
|
refine lsof/FD leakage testing and rework test setup and some of pytest own tests. Note that the actual diff to non-test code is small. Also remove some redundant tests (introduced by a copy-paste-error apparently in test_mark.py).
|
2011-11-07 18:08:41 +00:00 |
test_conftest.py
|
try to make test suite pass on jython 2.5.1 again
|
2011-09-21 08:12:37 +02:00 |
test_core.py
|
refine lsof/FD leakage testing and rework test setup and some of pytest own tests. Note that the actual diff to non-test code is small. Also remove some redundant tests (introduced by a copy-paste-error apparently in test_mark.py).
|
2011-11-07 18:08:41 +00:00 |
test_doctest.py
|
fix a buffering issue that i think/hope only occurs during internal tests
|
2011-05-29 09:21:48 +02:00 |
test_genscript.py
|
also un-nest test directory
|
2010-11-13 11:30:40 +01:00 |
test_helpconfig.py
|
enhance debug tracing: print trace tags at the end of message and forget about "prefix".
|
2011-07-14 19:11:50 +02:00 |
test_junitxml.py
|
put systemout/systemerr to correct xml location
|
2011-07-13 18:47:27 +02:00 |
test_mark.py
|
refine lsof/FD leakage testing and rework test setup and some of pytest own tests. Note that the actual diff to non-test code is small. Also remove some redundant tests (introduced by a copy-paste-error apparently in test_mark.py).
|
2011-11-07 18:08:41 +00: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 issue53: nose-style setup now called with the correct ordering
|
2011-07-05 21:23:59 +02: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
|
support pytest.set_trace in collection
|
2011-08-01 10:53:37 +02:00 |
test_pytester.py
|
Allow unicode characters in testdir.makepyfile()
|
2011-04-11 23:15:56 +01:00 |
test_python.py
|
refine lsof/FD leakage testing and rework test setup and some of pytest own tests. Note that the actual diff to non-test code is small. Also remove some redundant tests (introduced by a copy-paste-error apparently in test_mark.py).
|
2011-11-07 18:08:41 +00: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
|
make test name shorter, so its testdir path isn't too long on windows
|
2011-07-07 09:43:39 -05: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
|
add a reportchar for reporting errors, fixes #76
|
2011-09-29 23:44:26 +02:00 |
test_terminal.py
|
enhance debug tracing: print trace tags at the end of message and forget about "prefix".
|
2011-07-14 19:11:50 +02:00 |
test_tmpdir.py
|
skip the symlink test on windows, win32/py32 does not support it without privs
|
2011-11-07 22:00:12 +00:00 |
test_unittest.py
|
unittest plugin: prune __unittest marked modules from traces
|
2011-03-05 17:49:51 +01:00 |