.. |
python
|
- fix issue181: --pdb now also works on collect errors. This was
|
2013-09-06 11:56:04 +02:00 |
acceptance_test.py
|
add changelog entry for anthon's hynek-fication of options,
|
2013-08-01 17:32:19 +02:00 |
conftest.py
|
fix collection imports for python2.5
|
2013-08-01 15:38:03 +02:00 |
test_argcomplete.py
|
argcomplete: FastFileCompleter that doesn't call bash in subprocess, strip prefix dir
|
2013-08-06 15:33:27 +02: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
|
add changelog entry for anthon's hynek-fication of options,
|
2013-08-01 17:32:19 +02:00 |
test_assertrewrite.py
|
fix issue317: assertion rewriter support for the is_package method
|
2013-08-01 22:11:18 +02:00 |
test_capture.py
|
add a test for issue 14 that will xfail on python < 2.7
|
2013-03-25 08:53:08 +01:00 |
test_collection.py
|
add changelog entry for anthon's hynek-fication of options,
|
2013-08-01 17:32:19 +02:00 |
test_config.py
|
don't run long-args test on windows because it can't work
|
2012-11-20 11:52:06 +01:00 |
test_conftest.py
|
remove unnecessary print
|
2013-07-06 10:26:14 +02:00 |
test_core.py
|
improve PYTEST_DEBUG tracing output
|
2012-11-29 10:04:39 +01:00 |
test_doctest.py
|
xfail some tests for doctest support if pdbpp is installed
|
2013-09-06 10:07:06 +02:00 |
test_fixture_finalizer.py
|
fix broken python3 and python2.5 tests
|
2013-08-15 11:52:55 +02:00 |
test_fixture_scope.py
|
re #320 fallback to test scope if the class-scoped fixture is used in non-class-based test function
|
2013-07-06 21:30:24 +02:00 |
test_genscript.py
|
make genscript provide information as to compatibility
|
2013-07-26 08:59:31 +02:00 |
test_helpconfig.py
|
fix test after ronny's pytest-debug improvements
|
2012-12-04 20:31:37 +01:00 |
test_junitxml.py
|
Implemented a test for xml control character fail.
|
2013-05-09 21:16:57 +02:00 |
test_mark.py
|
moving from optparse to argparse. Major difficulty is
|
2013-07-25 15:33:43 +02:00 |
test_monkeypatch.py
|
monkeypatch.replace() now only accepts a string. Improved error handling and
|
2013-08-07 16:49:29 +02:00 |
test_nose.py
|
merge pull request #27: correctly handle nose.SkipTest during collection. Thanks
|
2013-08-16 11:33:58 +02:00 |
test_parametrize_with_fixture.py
|
refs issue290 -- move and refactor the test the string/int-id parametrization test (Which xfails)
|
2013-08-16 11:41:31 +02:00 |
test_parseopt.py
|
another way how bash reacts when no argcomplete is there?
|
2013-09-05 22:32:35 +02: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
|
make "import pdb ; pdb.set_trace()" work natively wrt capturing (no "-s" needed
|
2013-09-06 15:29:00 +02:00 |
test_pytester.py
|
fix issue 182: testdir.inprocess_run now considers passed plugins
|
2012-09-03 10:12:30 +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
|
- fix issue181: --pdb now also works on collect errors. This was
|
2013-09-06 11:56:04 +02:00 |
test_runner_xunit.py
|
ref #322 cleanup all teardown calling to only happen when setup succeeded.
|
2013-08-02 09:52:40 +02:00 |
test_session.py
|
add changelog entry for anthon's hynek-fication of options,
|
2013-08-01 17:32:19 +02:00 |
test_skipping.py
|
fixes for py25 in test_skipping
|
2013-07-11 11:15:31 +02:00 |
test_terminal.py
|
add changelog entry for anthon's hynek-fication of options,
|
2013-08-01 17:32:19 +02:00 |
test_tmpdir.py
|
allow re-running of a test item (as exercised by the
|
2013-04-22 10:35:48 +02:00 |
test_unittest.py
|
ref #322 cleanup all teardown calling to only happen when setup succeeded.
|
2013-08-02 09:52:40 +02:00 |