package tezt

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tezt-4.3.0.tar.bz2
md5=15abf8d74a268d18dd42e539f894fbe8
sha512=fb30fc561a1e77f037a4ce7eb022345ef0620fa1ac3e16bd83b7f867ef3d0c0ff676255a967d3122e7ef25b22f4b0dc01fba9fe90fe1b486e68b268ba1e9a9c9

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

Module Cli.OptionsSource

General command-line arguments.

Sourcetype temporary_file_mode =
  1. | Delete
  2. | Delete_if_successful
  3. | Keep

What to do with temporary files after the test is finished.

Sourceval temporary_file_mode : temporary_file_mode

--keep-temp, --delete-temp, --delete-temp-if-success

Sourceval keep_going : bool

--keep-going

Sourceval global_timeout : float option

--global-timeout

Sourceval test_timeout : float option

--test-timeout

Sourceval cleanup_timeout : float

--cleanup-timeout

Sourceval warn_after_timeout : float

--warn-after-timeout

Sourceval retry : int

--retry

Sourceval reset_regressions : bool

--reset-regressions

Sourcetype on_unknown_regression_files_mode =
  1. | Warn
  2. | Ignore
  3. | Fail
  4. | Delete

What to do with unknown regression files.

Sourceval on_unknown_regression_files_mode : on_unknown_regression_files_mode

--on-unknown-regression-files

Sourcetype loop_mode =
  1. | Infinite
  2. | Count of int

How many times to loop.

Sourceval loop_mode : loop_mode

--loop, --loop-count

Sourceval resume_file : string option

--resume-file

Sourceval resume : bool

--resume

Sourceval job_count : int option

--job-count

Sourceval seed : int option

--seed

Sourceval mem_warn : int option

--mem-warn

Sourceval mem_poll_frequency : float

--mem-poll-frequency