def test_traceback_filter(self):
traceback = self.excinfo.traceback
-> ntraceback = traceback.filter()
assert len(ntraceback) == len(traceback) - 1