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 bcf53c0 commit cc0eeebCopy full SHA for cc0eeeb
testing/acceptance_test.py
@@ -1242,7 +1242,7 @@ def test_distributed_setup_teardown_coordination(
1242
)
1243
1244
_SHARED_SCOPE_SETUP_STATUS_PATH = pathlib.Path(
1245
- {shared_scope_setup_status_path!s})
+ "{shared_scope_setup_status_path!s}")
1246
1247
class TestScopeA:
1248
@classmethod
@@ -1287,7 +1287,7 @@ def test(self, i):
1287
class TestScopeB(TestScopeA):
1288
pass
1289
"""
1290
- pytester.makepyfile(test_a=test_file, test_b=test_file)
+ pytester.makepyfile(test_a=test_file)
1291
result = pytester.runpytest("-n2", "--dist=isoscope", "-v")
1292
1293
assert (
0 commit comments