Expect_test_config
include Expect_test_config_types.S with type 'a IO.t = 'a
module IO : sig ... end
val run : (unit -> unit IO.t) -> unit
Run an IO operation until completion
val upon_unreleasable_issue :
Expect_test_config_types.Upon_unreleasable_issue.t
upon_unreleasable_issue
specifies how to deal with output that should not be released even if it is accepted (e.g. backtraces). The default is `CR
.