RA22-015: Add entity_eq to lkt_parse

This commit is contained in:
Raphaël AMIARD
2020-01-17 13:19:20 +01:00
parent 4b0ea20217
commit 88387101ff
2 changed files with 620 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -32,7 +32,7 @@ tests = sorted(((P.join(root, f), P.basename(root))
# parse them all.
test_whitelist = [
'dflt_arg_val', 'rewriting', 'ghost_nodes', 'import_argcount',
'symbol_type', 'unicode_buffer', 'array_types'
'symbol_type', 'unicode_buffer', 'array_types', 'entity_eq'
]
whitelisted_tests = [t for t in tests if t[1] in test_whitelist]