Set __tracebackhide__ in quteproc.after_test
This commit is contained in:
parent
2636467ea7
commit
cf0034d42c
@ -254,6 +254,7 @@ class QuteProc(testprocess.Process):
|
||||
pytest.skip(', '.join(skip_texts))
|
||||
|
||||
def after_test(self):
|
||||
__tracebackhide__ = True
|
||||
bad_msgs = [msg for msg in self._data
|
||||
if self._is_error_logline(msg) and not msg.expected]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user