.. |
acceptance_test.py
|
use higher difference on timing
|
2012-05-18 13:56:49 +02:00 |
conftest.py
|
add ini-file "markers" option and a cmdline option "--markers" to show defined markers. Add "skipif", "xfail" etc. to the set of builtin markers shown with the --markers option.
|
2011-11-11 22:56:11 +00:00 |
test_assertinterpret.py
|
fix a import strange loop that affects pypy test appsupport on python2.5
|
2012-04-13 12:41:02 +02: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
|
skip test for pyo on pypy since pypy doesnt do pyo
|
2012-05-22 16:20:58 +02:00 |
test_capture.py
|
fix issue128 - show captured output when capsys/capfd are in use
|
2012-06-03 21:01:27 +02: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
|
add a method to the config object to dynamically add a value to an (line-type) ini-value
|
2011-11-11 22:56:08 +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
|
change pluginmanager.register API to raise ValueError if the plugin object or the name is already registered
|
2012-06-16 21:29:04 +02: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
|
fix issue 144 - wrong classname in junitxml
|
2012-05-22 17:18:04 +02:00 |
test_mark.py
|
fix issue106: allow parametrize to be applied per-class/per-module
|
2011-12-28 15:47:19 +00:00 |
test_monkeypatch.py
|
add monkeypatch.chdir method
|
2012-01-04 12:43:19 +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
|
test and fix pastebin xmlrpc import name missmatch, fixes #87
|
2011-11-14 17:51:12 +01:00 |
test_pdb.py
|
fix issue89 apply Daniel Nouri's patch to doctest/--pdb interaction.
|
2011-11-15 13:28:22 +00:00 |
test_pytester.py
|
Allow unicode characters in testdir.makepyfile()
|
2011-04-11 23:15:56 +01:00 |
test_python.py
|
strip bound wrappers of class setup/tardown, fixes #140
|
2012-05-06 23:03:16 +02: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
|
fix issue99 - internalerror with --resultlog now produce better output.
|
2011-12-10 08:49:21 +00:00 |
test_runner.py
|
kwarg support for reports, so xdist can deserialized extended reports
|
2012-01-20 19:50:45 +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 ini-file "markers" option and a cmdline option "--markers" to show defined markers. Add "skipif", "xfail" etc. to the set of builtin markers shown with the --markers option.
|
2011-11-11 22:56:11 +00:00 |
test_terminal.py
|
fix issue143 - call unconfigure/sessionfinish always when
|
2012-05-17 23:11:23 +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
|
try to better handle @unittest.expectedFailure decorator
|
2012-03-19 22:53:52 -07:00 |