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 deb205a commit 70431a1Copy full SHA for 70431a1
html5lib/tests/test_parser.py
@@ -75,7 +75,7 @@ def test_parser():
75
76
for filename in files:
77
testName = os.path.basename(filename).replace(".dat","")
78
- if testName == "main-element":
+ if testName in ("main-element", "template"):
79
continue
80
81
tests = TestData(filename, "data")
html5lib/tests/test_treewalkers.py
@@ -303,7 +303,7 @@ def test_treewalker():
303
files = get_data_files('tree-construction')
304
305
306
307
308
309
0 commit comments