We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b94f9 commit 62ca20cCopy full SHA for 62ca20c
1 file changed
replay_testing/replay_runner.py
@@ -263,6 +263,7 @@ class AnalyzeWithReader(analyze_cls):
263
def setUp(inner_self):
264
super().setUp() # Call original setUp if it exists
265
inner_self.reader = reader
266
+ inner_self.run_fixture_path = run_fixture.path
267
inner_self.suite_classname = analyze_cls.__name__
268
269
suite = unittest.TestLoader().loadTestsFromTestCase(AnalyzeWithReader)
0 commit comments