test_ok1/testing/python
holger krekel b2cb93e06d allow re-running of a test item (as exercised by the
pytest-rerunfailures plugins) by re-initializing and removing
request/funcargs information in runtestprotocol() - which is a slightly
odd place to add funcarg-related functionality but it allows all
pytest_runtest_setup/teardown hooks to properly see a valid
request/funcarg content on test items.
2013-04-22 10:35:48 +02:00
..
collect.py fix issue 251 - report a skip instead of ignoring classes with init 2013-02-15 10:18:00 +01:00
fixture.py fix parametrized testid to provide for uniqueness 2013-02-05 17:41:45 +01:00
integration.py allow re-running of a test item (as exercised by the 2013-04-22 10:35:48 +02:00
metafunc.py fix py32 incompatible syntax 2013-02-14 12:17:23 +01:00
raises.py fix issue215 - refactor test_python.py into multiple files: 2012-11-02 16:04:57 +01:00