File: qtest.1

package info (click to toggle)
ocaml-qtest 2.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 356 kB
  • sloc: xml: 708; ml: 584; sh: 50; makefile: 16; lisp: 15
file content (32 lines) | stat: -rw-r--r-- 1,031 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
.TH QTEST "1" "September 2018" "qtest 2.9" "User Commands"
.SH NAME
qtest \- Inline (Unit) Tests for OCaml
.SH DESCRIPTION
USAGE: qtest [options] extract <file.mli?>...
.SS "OPTIONS:"
.HP
\fB\-o\fR
.TP
\fB\-\-output\fR
<path>     (default: standard output) Open or create a file for output; the resulting file will be an OCaml source file containing all the tests
.HP
\fB\-p\fR
.TP
\fB\-\-preamble\fR
<string>   (default: empty) Add code to the tests preamble; typically this will be an instruction of the form 'open Module'
.TP
\fB\-\-preamble\-file\fR
<path> Add the contents of the given file to the tests preamble
.TP
\fB\-\-run\-only\fR
<function name> Only generate tests pertaining to this function, as indicated by the test header
.TP
\fB\-\-shuffle\fR
(default: turned off) Toggle test execution order randomisation; submodules using injection are not shuffled
.TP
\fB\-help\fR
Display this list of options
.TP
\fB\-\-help\fR
Display this list of options