From 274644e83d7796dba2f2adb588b7c3521dbd1ff0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 1 Jul 2016 14:44:42 +0200 Subject: [PATCH] tests: __tracebackhide__ in quteproc.after_test --- tests/end2end/fixtures/testprocess.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end2end/fixtures/testprocess.py b/tests/end2end/fixtures/testprocess.py index 5e514bb85..59ee3310d 100644 --- a/tests/end2end/fixtures/testprocess.py +++ b/tests/end2end/fixtures/testprocess.py @@ -285,6 +285,7 @@ class Process(QObject): Also checks self._invalid so the test counts as failed if there were unexpected output lines earlier. """ + __tracebackhide__ = True self.captured_log = [] if self._invalid: # Wait for a bit so the full error has a chance to arrive