57
61
process_entry = compiled_dirstate_helpers_feature.module.ProcessEntryC
58
62
pe_scenarios.append(('dirstate_Pyrex', {'_process_entry': process_entry}))
61
70
class TestBisectPathMixin(object):
62
71
"""Test that _bisect_path_*() returns the expected values.