package tezt
-
tezt.json
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Command-line arguments that control the set of tests to run.
val patterns_to_run : Base.rex list
--match
val patterns_not_to_run : Base.rex list
--not-match
val tsl_expression : unit -> TSL_AST.t
Unnamed arguments are conditions expressed in the Test Selection Language.
This returns the conjunction of all such conditions.
This is a function because it should be called just before Clap.close
, to follow Clap's rule that named arguments must be defined before unnamed ones (see Clap's readme).
val on_empty_test_list : on_empty_test_list
--on-empty-test-list