ounit icon indicating copy to clipboard operation
ounit copied to clipboard

Results 19 ounit issues
Sort by recently updated
recently updated
newest added

I think since the release of 2.2.7 the online API documentation has been rebuilt but something is wrong as all the pages like https://gildor478.github.io/ounit/ounit2/index.html lack any of the odoc CSS...

I found OUnit 2.2.6 changes the type of foutput option for assert_command. https://github.com/gildor478/ounit/commit/9345a4767b907e391ab48c6ccb3241015787e881 The sequence is created by seq_forever (same as Seq.forever for OCaml 4.14) which returns an infinite sequence....

This is the same issue as #17, however I'm using v2.2.4 which appears to include #19. I'm using OCaml 4.12.1 and OUnit2 2.2.4: ``` $ opam list ... ounit2 2.2.4...

Hi there! I had a question about the `?length` parameter on `test_case`. I wrote a test that should never complete, and I'm trying to get it to timeout, but it...

From: https://kojipkgs.fedoraproject.org//work/tasks/9111/62899111/build.log ``` + dune build -j6 File "src/lib/ounit2/threads/oUnitRunnerThreads.ml", line 147, characters 8-19: 147 | Thread.kill thread; ^^^^^^^^^^^ Error (alert deprecated): Thread.kill Not implemented, do not use ``` I suspect...

__This bug has been migrated from artifact #1745 on forge.ocamlcore.org. It was assigned to [user100](https://forge.ocamlcore.org/users/user100).__ ## [user24543](https://forge.ocamlcore.org/users/user24543) posted on 2017-03-21 14:49:51: I have an OUnit test program which generates OUnit...

bug

__This bug has been migrated from artifact #1475 on forge.ocamlcore.org. It was assigned to [user102](https://forge.ocamlcore.org/users/user102).__ ## [user163](https://forge.ocamlcore.org/users/user163) posted on 2015-09-22 20:58:47: As far as I can tell, it is impossible...

bug

__This bug has been migrated from artifact #1364 on forge.ocamlcore.org. It was assigned to [user102](https://forge.ocamlcore.org/users/user102).__ ## [user273](https://forge.ocamlcore.org/users/user273) posted on 2014-01-21 05:44:08: My Ocsigen plugin which uses OUnit fails to be...

bug

__This bug has been migrated from artifact #1343 on forge.ocamlcore.org. It was assigned to [user102](https://forge.ocamlcore.org/users/user102).__ ## [user102](https://forge.ocamlcore.org/users/user102) posted on 2013-11-09 00:17:09: JUnit analysis think that tests with a '.' inside...

bug

__This bug has been migrated from artifact #1344 on forge.ocamlcore.org. It was assigned to [user102](https://forge.ocamlcore.org/users/user102).__ ## [user102](https://forge.ocamlcore.org/users/user102) posted on 2013-11-11 23:21:27: If I have some failure in non-fatal, the corresponding...

bug