package tezt

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezt-4.2.0.tar.bz2
md5=7878acd788ae59f1a07d0392644f0fff
sha512=b9e8ce2576b0bc65870409380edf17b88656a985ceb9a438a84f479b51d6b30740acf7b035eccf7d122bf5227611bf15e888e607dcdbb1576b4383f12314dd49

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

--job-count

Sourceval seed : int option

--seed

OCaml

Innovation. Community. Security.