File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -102,12 +102,15 @@ val run_tests :
102
102
@return an error code, [0] if all tests passed, [1] otherwise.
103
103
@param colors if true (default), colorful output
104
104
@param verbose if true, prints more information about test cases (default: [false])
105
+ @param long if true, runs the long versions of the tests (default: [false])
105
106
@param debug_shrink [debug_shrink:(Some ch)] writes a log of successful shrink
106
107
attempts to channel [ch], for example [~debug_shrink:(Some (open_out "mylog.txt"))].
107
108
Use together with a non-empty list in [~debug_shrink_list].
108
109
@param debug_shrink_list the test names to log successful shrink attempts for,
109
110
for example [~debug_shrink_list:["list_rev_is_involutive"]].
110
- Requires [~debug_shrink] to be [Some ch]. *)
111
+ Requires [~debug_shrink] to be [Some ch].
112
+ @param out print output to the provided channel (default: [stdout])
113
+ @param rand start the test runner in the provided RNG state *)
111
114
112
115
val run_tests_main : ?argv : string array -> QCheck2.Test .t list -> 'a
113
116
(* * Can be used as the main function of a test file. Exits with a non-0 code
You can’t perform that action at this time.
0 commit comments