We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917c062 commit f7fc1e2Copy full SHA for f7fc1e2
html5lib/tests/tokenizer.py
@@ -246,7 +246,7 @@ def runtest(self):
246
def repr_failure(self, excinfo):
247
traceback = excinfo.traceback
248
ntraceback = traceback.cut(path=__file__)
249
- excinfo.traceback = ntraceback.filter()
+ excinfo.traceback = ntraceback.filter(excinfo)
250
251
return excinfo.getrepr(funcargs=True,
252
showlocals=False,
html5lib/tests/tree_construction.py
@@ -135,7 +135,7 @@ def runtest(self):
135
136
137
138
139
140
141
0 commit comments