43
43
if CompiledBtreeParserFeature.available():
44
44
# Is there a way to do this that gets missing feature failures rather
45
45
# than no indication to the user?
47
47
scenarios.append(('C', {'parse_btree': c_module}))
48
48
return multiply_tests(node_tests, scenarios, others)