* streamline hookrecording and global py._com.comregistry patching
* this fixes a reporting bug where events from inner test runs would mix with the outer test run --HG-- branch : trunk
This commit is contained in:
@@ -117,6 +117,7 @@ class pytest_funcarg__mysetup:
|
||||
tmp = request.config.mktemp(request.function.__name__, numbered=True)
|
||||
self.source = tmp.mkdir("source")
|
||||
self.dest = tmp.mkdir("dest")
|
||||
request.getfuncargvalue("_pytest") # to have patching of py._com.comregistry
|
||||
|
||||
class TestHRSync:
|
||||
def test_hrsync_filter(self, mysetup):
|
||||
|
||||
Reference in New Issue
Block a user