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 JSON : sig ... end

JSON decoding.

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 Test : sig ... end

Base test functions.