test_ok2/testing
holger krekel 05c86aeb28 make sure ihook uses a node's fspath - important for hooks
e.g. during a Module's collect to pick up conftest.py files
residing in the same dir
2012-10-22 16:12:22 +02:00
..
acceptance_test.py fixes to against python3.3 2012-10-01 10:14:54 +02:00
conftest.py rename a number of internal and externally visible variables to use the fixture name 2012-10-05 14:24:44 +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 mark a test as xfailing on python2.5 2012-08-01 09:10:40 +02:00
test_assertrewrite.py fix issue206 - unset PYTHONDONTWRITEBYTECODE in assertrewrite test 2012-10-22 11:14:18 +02:00
test_capture.py rename a number of internal and externally visible variables to use the fixture name 2012-10-05 14:24:44 +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 rename a number of internal and externally visible variables to use the fixture name 2012-10-05 14:24:44 +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 rename a number of internal and externally visible variables to use the fixture name 2012-10-05 14:24:44 +02:00
test_junitxml.py fixing links for 2.3 release, and fixing a windows32 failure on py3 2012-10-19 10:53:28 +02:00
test_mark.py refine docs, fix a marker/keywords bit, and add a test that request.keywords points to node.keywords. 2012-10-18 15:06:55 +02:00
test_monkeypatch.py fixes issue 156: monkeypatch class level descriptors 2012-09-25 18:15:13 +02:00
test_nose.py - fix test_nose.py by being more tolerant about the error message 2012-10-22 10:55: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 fix issue 182: testdir.inprocess_run now considers passed plugins 2012-09-03 10:12:30 +02:00
test_python.py make sure ihook uses a node's fspath - important for hooks 2012-10-22 16:12:22 +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 issue 188 - ensure sys.exc_info on py2 is clear before calling into a test 2012-09-15 15:20:49 +02: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 discover funcarg factories independently from request/Function items 2012-07-20 14:16:28 +02:00
test_skipping.py some more fixes 2012-10-20 14:10:12 +02:00
test_terminal.py rename a number of internal and externally visible variables to use the fixture name 2012-10-05 14:24:44 +02:00
test_tmpdir.py make tmpdir fixture always return a realpath()ed tmpdir and make a note 2012-10-11 13:05:16 +02:00
test_unittest.py fix trial tests 2012-10-18 15:09:20 +02:00