We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fe668 commit b1f032dCopy full SHA for b1f032d
testing/acceptance_test.py
@@ -1288,6 +1288,7 @@ class TestScopeB(TestScopeA):
1288
pass
1289
"""
1290
# Initialize the status file used by underlying test
1291
+ shared_scope_setup_status_path.parent.mkdir(parents=True, exist_ok=True)
1292
shared_scope_setup_status_path.write_text("TEARDOWN_COMPLETE")
1293
1294
pytester.makepyfile(test_a=test_file)
0 commit comments