package tezt

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezt-4.1.0.tar.bz2
md5=88c2d9d3da75ff554599bc34cbf5acbe
sha512=e60294514ecc4a989ce663ebb306e56f654dcfaffb7dbe5e3f05f5a13c9c2ff64dadde4a77b0d9a8567a76a6a7a2b25e0940ccd2a956ffcb85ff9300bfebe3bc

doc/tezt.core/Tezt_core/TSL_parser/index.html

Module Tezt_core.TSL_parserSource

Sourcetype token =
  1. | STRING of string
  2. | SLASH_STRING of string
  3. | TRUE
  4. | FALSE
  5. | EQUAL
  6. | NOT_EQUAL
  7. | MATCHES
  8. | NOT_MATCHES
  9. | LPAR
  10. | RPAR
  11. | NOT
  12. | OR
  13. | AND
  14. | EOF
Sourceval expression : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> TSL_AST.t
OCaml

Innovation. Community. Security.