Osnap.Runner
val run_tests : ?encoding:encoding -> ?mode:mode -> ?out:Stdlib.Format.formatter -> ?color:bool ->
Test.t list -> int
run_tests tests
runs suite of tests
and print its results
val run_tests_main : ?argv:string array -> Test.t list -> 'a
run_tests_main
can be used as the main function of a test file. Exits with a non-0 code if the tests fail. It refers to run_tests
for actually running tests after a CLI options have been parsed
The available options are: