ocaml-testsimple
Test suite generator
A simple unit testing framework for OCaml
Test::Simple, for OCaml
13 stars
6 watching
0 forks
Language: OCaml
last commit: almost 10 years ago
Linked from 1 awesome list
ocamltestingunit-testing
Related projects:
Repository | Description | Stars |
---|---|---|
mirage/alcotest | A test framework for OCaml with a simple interface and query language | 458 |
c-cube/qcheck | A QuickCheck-inspired testing library for OCaml that enables property-based testing and random value generation. | 354 |
lispci/fiveam | A testing framework for Common Lisp that provides a structured approach to writing and running tests. | 187 |
tsubame-sp/ocaml_at_p | A debugging tool for OCaml programming | 11 |
jens-maus/occu-test | Automated testing framework for ReGaHss embedded scripting language | 3 |
ocaml-multicore/multicore-talks | Repository containing slides and examples to help developers parallelize their OCaml code using the Multicore OCaml library | 29 |
formal-land/coq-of-ocaml | Transforms OCaml code into formal, verifiable Coq code to prove complex properties | 255 |
chris00/ocaml-benchmark | A tool for measuring and comparing the run-time of OCaml functions | 27 |
vincent-hugot/qtest | A tool for extracting and running unit tests in OCaml programs | 67 |
tmattio/spin | Generates OCaml project templates with standardized configurations and conventions. | 295 |
sanderspies/ocaml | A WebAssembly backend for the OCaml programming language | 79 |
ocaml-community/sedlex | A Unicode-friendly lexer generator for OCaml. | 244 |
ocaml-ppx/ppx_deriving | A library simplifying type-driven code generation in OCaml | 469 |
ocamllabs/vscode-ocaml-platform | An extension for Visual Studio Code to provide OCaml language support and tools | 345 |
ocaml-multicore/parallel-programming-in-multicore-ocaml | A tutorial on writing parallel programs using the Multicore OCaml compiler and its libraries. | 285 |