package tezt

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezt-4.0.0.tar.bz2
md5=643f48378265ae18b7aab4675a1e836e
sha512=f399d4d8b935fc3dcb4354596c2b7fa26a019f99c83cb4c1d48b0e26c5bc6da13b2cad9792dd50420a88b777d3b8a1d67c7ddd0457322e65d311b859be03879f

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.