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

JSON decoding.

module Log : sig ... end

Tezt logs.

module Process : sig ... end

External processes launched by tests.

module Regression : sig ... end

Run Tezt regression tests and capture their output.

module Runner : sig ... end

Runner specifications for processes spawned remotely using SSH.

module Temp : sig ... end

Temporary files for tests.

module Test : sig ... end

Base test functions.