SpecSpecification test parser and runner
type test = {markdown : string;html : string;id : id;start_line : int;end_line : int;section : string;}The type for tests.
val pp_test_url : test B0_std.Fmt.tpp_test_url formats an URL that points to the test.
val parse_tests : B0_std.Fpath.t -> (test list, string) Stdlib.resultparse_tests f parses the specification JSON test file.
select tests ids selects the tests with given ids (empty is all) and returns a label to print
tests_examples ts f tests all tests with f as in a B0_testing block that reports assertion and failure counts as examples count. label is logged before the tests are performed.
val ids : id list Cmdliner.Term.tids are positional argument that specify a test file.