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.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#
|
||||
__version__ = '2.3.5.dev8'
|
||||
__version__ = '2.3.5.dev16'
|
||||
|
||||
Reference in New Issue
Block a user