Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Osnap.Runner
Sourceval run_tests :
?encoding:encoding ->
?mode:mode ->
?out:Format.formatter ->
?color:bool ->
Test.t list ->
int
run_tests tests
runs suite of tests
and print its results
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: