package tezt

  1. Overview
  2. Docs
Test framework for unit tests, integration tests, and regression tests

Install

Dune Dependency

Authors

Maintainers

Sources

tezt-4.0.0.tar.bz2
md5=643f48378265ae18b7aab4675a1e836e
sha512=f399d4d8b935fc3dcb4354596c2b7fa26a019f99c83cb4c1d48b0e26c5bc6da13b2cad9792dd50420a88b777d3b8a1d67c7ddd0457322e65d311b859be03879f

doc/tezt.core/Tezt_core/Cli/Selecting_tests/index.html

Module Cli.Selecting_testsSource

Command-line arguments that control the set of tests to run.

Sourceval files_to_run : string list

--file

Sourceval files_not_to_run : string list

--not-file

Sourceval patterns_to_run : Base.rex list

--match

Sourceval patterns_not_to_run : Base.rex list

--not-match

Sourceval tests_to_run : string list

--title, --test

Sourceval tests_not_to_run : string list

--not-title, --not-test

Sourceval job : (int * int) option

--job

Sourceval skip : int

--skip

Sourceval only : int option

--only

Sourceval 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).

OCaml

Innovation. Community. Security.