Set __tracebackhide__ for _check_completions
This commit is contained in:
parent
f6cc6677dd
commit
8057f5c281
@ -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()):
|
||||||
|
Loading…
Reference in New Issue
Block a user