Skip to content

Commit 30e7ad9

Browse files
committed
Remove leftover debug print in acceptance_test
1 parent 7e5c1b6 commit 30e7ad9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/acceptance_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,6 @@ def test_calls_showall(self, pytester: Pytester, mock_timing) -> None:
971971
pytester.makepyfile(self.source)
972972
result = pytester.runpytest_inprocess("--durations=0")
973973
assert result.ret == 0
974-
print(result.stdout)
975974
TestDurations.check_tests_in_output(result.stdout.lines, "23")
976975

977976
def test_calls_showall_verbose(self, pytester: Pytester, mock_timing) -> None:

0 commit comments

Comments
 (0)