Unit Testing in OCaml with OUnit
Loading...
4,802
Loading...
Top Comments
see all
All Comments (7)
-
Interresting choice of tests for addition. Let's say that you by a mistake implemented add as a*b...
-
It seems at least to me that OCaml is most friendly for C programmers since OCaml is most conceptually similar to C language of well-known functional languages so much as it can be seen as the powerful version of C language.
-
Don't understand where it will be helpful.. can anybody explain ?
-
Just what I was looking for. Thanks
Loading...
OCaml is... different, if you're used to languages like C you'll probably hate it at first, though it does become a pretty powerful tool when you get to know how to use it.
techie2201 3 years ago 6
That's a tilde before verbose. "run_test_tt ~verbose:true test_fixture" it's not a hyphen.
bigtoe416 10 months ago