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 6f71a1b commit 30ad1b2Copy full SHA for 30ad1b2
tests/integrations/excepthook/test_excepthook.py
@@ -42,7 +42,6 @@ def capture_envelope(self, envelope):
42
subprocess.check_output([sys.executable, str(app)], stderr=subprocess.STDOUT)
43
44
output = excinfo.value.output
45
- print(output)
46
47
assert b"ZeroDivisionError" in output
48
assert b"LOL" in output
@@ -86,7 +85,6 @@ def capture_envelope(self, envelope):
86
85
87
88
89
90
91
92
0 commit comments