Skip to content

Commit 7c67b9f

Browse files
committed
Fix automerge issues
1 parent b7e674a commit 7c67b9f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

html5lib/tests/support.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464

6565
def get_data_files(subdirectory, files='*.dat'):
6666
return glob.glob(os.path.join(test_dir,subdirectory,files))
67-
html5lib_test_files.__test__ = False
6867

6968
class DefaultDict(dict):
7069
def __init__(self, default, *args, **kwargs):

html5lib/tests/test_tokenizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ def decode(inp):
138138
del token[2][key]
139139
token[2][decode(key)] = decode(value)
140140
return test
141-
unescape_test.__test__ = False
142141

143142
def runTokenizerTest(test):
144143
#XXX - move this out into the setup function

0 commit comments

Comments
 (0)