OUnitChooserHeuristic 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| NoChoiceval string_of_choice : choice -> stringmodule Plugin : sig ... endinclude module type of struct include Plugin endval all : (int * (OUnitPlugin.name * chooser)) list Stdlib.refval register : OUnitPlugin.name -> int -> chooser -> unitval of_name : OUnitPlugin.name -> chooserval choice : OUnitConf.conf -> OUnitPlugin.name * chooserval preset :
(OUnitPlugin.name * OUnitPlugin.name) list ->
(OUnitPlugin.name * OUnitPlugin.name) list