39
38
# parameterise the TestBTreeNodes tests
40
39
node_tests, others = split_suite_by_condition(standard_tests,
41
40
condition_isinstance(TestBTreeNodes))
43
41
import bzrlib._btree_serializer_py as py_module
45
43
if CompiledBtreeParserFeature.available():
46
44
# Is there a way to do this that gets missing feature failures rather
47
45
# than no indication to the user?
48
46
import bzrlib._btree_serializer_c as c_module
54
51
class _CompiledBtreeParserFeature(tests.Feature):