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/TSL_AST/index.html

Module Tezt_core.TSL_ASTSource

Abstract Syntax Tree of the Test Selection Language.

Sourcetype string_var =
  1. | File
  2. | Title

Test properties that can be queried using string operators.

Sourcetype string_operator =
  1. | Is of string
  2. | Matches of Base.rex

Comparison operators for strings.

Sourcetype t =
  1. | True
  2. | False
  3. | String_predicate of string_var * string_operator
  4. | Has_tag of string
  5. | Not of t
  6. | And of t * t
  7. | Or of t * t

AST of TSL.

OCaml

Innovation. Community. Security.