vincent-hugot / qtest

Inline (Unit) Tests for OCaml
GNU General Public License v3.0
67 stars 8 forks source link

obsolete doc? #16

Closed c-cube closed 8 years ago

c-cube commented 10 years ago

[online documentation][http://batteries.vhugot.com/qtest/qtest001.html#htoc7) doesn't seem to detail all the combinators for quick-checks (as seen [here][https://github.com/vincent-hugot/iTeML/blob/master/qtest/quickcheck.mli)). For instance fun1 or option are missing.

Side note: many combinators from @gasche 's library would be useful (especially monadic or applicative constructs).

vincent-hugot commented 10 years ago

Not so much "obsolete" as "incomplete".

I shall update it... sometime... I am having trouble making a dent in my todo list these days, and OCaml-related stuff is somewhere near the bottom. The same (in worse, because it's non-trivial) goes for integrating c-cube / qcheck which you mentioned by mail.

Note: the file that governs that part of the doc is qtest/doc/parts/trandom.tex, I think.

vincent-hugot commented 8 years ago

Mostly fixed by #19 .