Expect_test_collectormodule Test_outcome : sig ... endmodule Make (Config : Expect_test_config_types.S) : sig ... endReturns true if and only if an expect test is currently collecting output.
val save_and_return_output : Expect_test_common.File.Location.t -> stringFlushes stdout/stderr. Same as Make().save_and_return_output, without monad.
val tests_run : unit -> Test_outcome.t listThe tests that ran, in the order they ran
module Current_file : sig ... end