package tezt

  1. Overview
  2. Docs
module Background : sig ... end

Promises to run in the background during tests.

module Base : sig ... end

Base functions.

module Check : sig ... end

Assertions.

module Cli : sig ... end

Command-line interface.

module Diff : sig ... end

Compute the difference between two sequences of items.

module Log : sig ... end

Tezt logs.

module Process_hooks : sig ... end

Process hooks.

module Regression : sig ... end

Run Tezt regression tests and capture their output.

module TSL : sig ... end

Test Selection Language.

module TSL_AST : sig ... end

Abstract Syntax Tree of the Test Selection Language.

module TSL_lexer : sig ... end
module TSL_parser : sig ... end
module Test : sig ... end

Base test functions.

module Version : sig ... end

Version of Tezt.