package ounit2
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OUnit testing framework
Install
dune-project
Dependency
Authors
Maintainers
Sources
ounit-v2.2.3.tbz
sha256=e280a64aa7df64bd7335c9ed68a70d6ee168b39ae8bbfb6daedd2f4a04844ad9
sha512=dff04859d263e5f80a1606156d07493d0320a2756d0a7f134c63c53078550c7b056587486922bc66a288413af30c59a7e47157636502c6dd10626cf75587f981
doc/ounit2.advanced/OUnitRunner/GenericWorker/index.html
Module OUnitRunner.GenericWorkerSource
Build worker based runner.
Source
type message_from_worker = | AckExit| Log of OUnitTest.log_event_t| Lock of int| Unlock of int| TestDone of OUnitTest.result_full * OUnitTest.result_list
Source
type map_test_cases =
(OUnitTest.path * OUnitTest.test_length * (OUnitTest.ctxt -> unit)) MapPath.tSource
val main_worker_loop :
yield:(unit -> 'a) ->
shard_id:string ->
worker_log_file:bool ->
OUnitConf.conf ->
worker_channel ->
map_test_cases ->
unitSource
type 'a worker = {channel : (message_to_worker, message_from_worker) channel;close_worker : unit -> string option;select_fd : 'a;shard_id : string;is_running : unit -> bool;
}Source
type 'a worker_creator =
shard_id:string ->
master_id:string ->
worker_log_file:bool ->
OUnitConf.conf ->
map_test_cases ->
'a worker sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>