Skip to content

Commit b1f032d

Browse files
author
Vitaly Kruglikov
committed
Create parent directories for the status file used by underlying test in TestIsoScope.test_distributed_setup_teardown_coordination.
1 parent 06fe668 commit b1f032d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/acceptance_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -1288,6 +1288,7 @@ class TestScopeB(TestScopeA):
12881288
pass
12891289
"""
12901290
# Initialize the status file used by underlying test
1291+
shared_scope_setup_status_path.parent.mkdir(parents=True, exist_ok=True)
12911292
shared_scope_setup_status_path.write_text("TEARDOWN_COMPLETE")
12921293

12931294
pytester.makepyfile(test_a=test_file)

0 commit comments

Comments
 (0)