Set __tracebackhide__ for _check_completions

This commit is contained in:
Florian Bruhin 2017-11-13 08:27:31 +01:00
parent f6cc6677dd
commit 8057f5c281

View File

@ -44,6 +44,7 @@ def _check_completions(model, expected):
... ...
} }
""" """
__tracebackhide__ = True
actual = {} actual = {}
assert model.rowCount() == len(expected) assert model.rowCount() == len(expected)
for i in range(0, model.rowCount()): for i in range(0, model.rowCount()):