Language

Package: ocaml-qtest @ 2.11.2

Synopsis

Inline (Unit) Tests for OCaml

Description

Qtest extracts inline unit tests written using a special syntax in comments. Those tests are then run using the oUnit framework and the qcheck library. The possibilities range from trivial tests -- extremely simple to use -- to sophisticated random generation of test cases.

Home page
https://github.com/vincent-hugot/qtest
Location
gnu/packages/ocaml.scm (line: 1602, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/n1vp98s22pcmnhqk478zvgsixilmm3wk-ocaml-qtest-2.11.2.drv

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'ounit' does not match package name 'ocaml-ounit'
input-labels

Identify input labels that do not match package names

label 'qcheck' does not match package name 'ocaml-qcheck'