module Test_outcome : sig ... endmodule Make : functor (Config : Expect_test_config_types.S) -> sig ... endval tests_run : unit -> Test_outcome.t listThe tests that ran, in the order they ran
module Current_file : sig ... endExpect_test_collectormodule Test_outcome : sig ... endmodule Make : functor (Config : Expect_test_config_types.S) -> sig ... endval tests_run : unit -> Test_outcome.t listThe tests that ran, in the order they ran
module Current_file : sig ... end