Skip to content

Commit

Permalink
Work in progress on acceptance test TestIsoScope.test_distributed_set…
Browse files Browse the repository at this point in the history
…up_teardown_coordination.
  • Loading branch information
Vitaly Kruglikov committed Oct 25, 2024
1 parent d6673d9 commit 8f5018b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/acceptance_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1271,9 +1271,9 @@ class TestScopeB(TestScopeA):
result = pytester.runpytest("-n2", "--dist=isoscope", "-v")

print("ZZZ outlines")
print(pprint.pprint(result.outlines, indent=4))
pprint.pprint(result.outlines, indent=4)
print("ZZZ errlines")
print(pprint.pprint(result.errlines, indent=4))
pprint.pprint(result.errlines, indent=4)
assert False

def test_by_module(self, pytester: pytest.Pytester) -> None:
Expand Down

0 comments on commit 8f5018b

Please sign in to comment.