Skip to content

Commit 46f33a6

Browse files
committed
Work in progress on acceptance test TestIsoScope.test_distributed_setup_teardown_coordination.
1 parent d110668 commit 46f33a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/acceptance_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,9 +1271,9 @@ class TestScopeB(TestScopeA):
12711271
result = pytester.runpytest("-n2", "--dist=isoscope", "-v")
12721272

12731273
print("ZZZ outlines")
1274-
print(pprint.pprint(result.outlines, indent=4))
1274+
pprint.pprint(result.outlines, indent=4)
12751275
print("ZZZ errlines")
1276-
print(pprint.pprint(result.errlines, indent=4))
1276+
pprint.pprint(result.errlines, indent=4)
12771277
assert False
12781278

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

0 commit comments

Comments
 (0)