OUnitChooserSourceHeuristic to pick a test to run.
type t = {tests_planned : OUnitTest.path list;tests_running : OUnitTest.path list;tests_passed : OUnitTest.result_list;cache : OUnitCache.cache;}type choice = | ChooseToSkip of OUnitTest.path| ChooseToPostpone| Choose of OUnitTest.path| NoChoiceinclude module type of struct include Plugin endval preset :
(OUnitPlugin.name * OUnitPlugin.name) list ->
(OUnitPlugin.name * OUnitPlugin.name) list