package ounit2

  1. Overview
  2. Docs
OUnit testing framework

Install

Dune Dependency

Authors

Maintainers

Sources

ounit-2.2.7.tbz
sha256=90f6e63bd1240a51d8b9b2f722059bd79ce00b5276bdd6238b8f5c613c0e7388
sha512=53463e5b1b5a40f424e19f5f6a86338a544079600d1fd121ffc1a6fcaa239630194018faf91ccf360ba40b1b2a8b01cf491935e014c68d2947f6e027a2f0a0f9

Description

OUnit is a unit test framework for OCaml. It allows one to easily create unit-tests for OCaml code. It is loosely based on [HUnit], a unit testing framework for Haskell. It is similar to [JUnit], and other XUnit testing frameworks.

Published: 24 Mar 2023

README

OUnit - xUnit testing framework for OCaml

OUnit is a unit test framework for OCaml. It allows one to easily create unit-tests for OCaml code. It is loosely based on HUnit, a unit testing framework for Haskell. It is similar to JUnit, and other XUnit testing frameworks.

Features:

  • colored output

  • JUnit report generation

  • HTML report generation

Installation

The recommended way to install ounit is via the opam package manager:

$ opam install ounit2

Documentation

API documentation is available online.

Examples

Transition to ounit2

In the past OUnit used the ocamlfind package name "oUnit". It is uncommon to use uppercase letters in ocamlfind package name. It caused some problems during the transition to "dune". It was also not the same name as the OPAM package. As of version 2.2, the opam package ounit and the ocamlfind package oUnit are renamed to ounit2 (the same for both the ocamlfind and opam packages).

To do the transition for your own tests:

  • in OPAM, the library should now depends on "ounit2" or "ounit2-lwt"

  • in dune files/OASIS/Makefile/pkg.ml replace "oUnit" by "ounit2" and "ounit-lwt" to "ounit2-lwt".

We will keep OPAM packages "ounit"/"ounit-lwt" for the transition.

Dependencies (5)

  1. stdlib-shims
  2. seq
  3. base-unix
  4. ocaml >= "4.04.0"
  5. dune >= "3.0"

Dev Dependencies (1)

  1. odoc with-doc

  1. 0install >= "2.17"
  2. 0install-gtk >= "2.17"
  3. 0install-solver
  4. abella >= "2.0.8"
  5. adelfa
  6. arg-complete
  7. beluga >= "1.1"
  8. binsec >= "0.4.0"
  9. bisect_ppx >= "2.0.0" & < "2.6.0"
  10. bitgenerators
  11. caldav >= "0.2.3"
  12. camlp5 >= "8.00~alpha04" & < "8.00" | >= "8.00.05"
  13. camlrack
  14. capnp >= "3.6.0"
  15. charset
  16. cll
  17. clp_operations
  18. cobs
  19. colibri2
  20. conjury >= "2.0.1"
  21. containers = "3.8"
  22. coq-core < "8.19.0"
  23. crc >= "2.2.0"
  24. ctypes >= "0.21.1"
  25. ctypes-foreign >= "0.21.1"
  26. cudf >= "0.10"
  27. deadlock
  28. debian-formats >= "0.1.2"
  29. decoders-bencode >= "1.0.0"
  30. decoders-cbor >= "1.0.0"
  31. decoders-ezjsonm >= "1.0.0"
  32. decoders-jsonaf
  33. decoders-jsonm >= "1.0.0"
  34. decoders-msgpck >= "1.0.0"
  35. decoders-sexplib >= "1.0.0"
  36. decoders-yojson >= "1.0.0"
  37. devkit >= "1.20210120"
  38. dkml-c-probe >= "3.0.0"
  39. dtoa >= "0.3.3"
  40. dual
  41. edn >= "0.2.0"
  42. epictetus
  43. errpy
  44. extunix >= "0.3.1"
  45. fileutils >= "0.6.4"
  46. gapi-ocaml >= "0.4.3"
  47. gen >= "1.0"
  48. goblint >= "1.1.1"
  49. google-drive-ocamlfuse >= "0.7.29"
  50. inotify >= "2.4"
  51. inotify-eio
  52. iostream
  53. iostream-camlzip
  54. ipaddr >= "5.3.1"
  55. ipaddr-sexp >= "5.3.1"
  56. iter >= "1.6"
  57. jsonschema2atd
  58. jupyter >= "2.7.6"
  59. kind2
  60. lambdasoup >= "0.7.2"
  61. letsencrypt >= "1.0.0"
  62. leveldb >= "1.3.0"
  63. lz4 >= "1.2.0"
  64. macaddr >= "5.3.1"
  65. macaddr-sexp >= "5.3.1"
  66. markdown
  67. markup >= "1.0.0"
  68. mirage-block-ccm >= "1.1.0"
  69. mirage-block-unix >= "2.13.0"
  70. mirage-bootvar
  71. mirage-crypto >= "0.10.6"
  72. mirage-crypto-ec >= "1.0.0"
  73. mirage-crypto-pk >= "0.10.6"
  74. mirage-crypto-rng >= "0.10.6"
  75. mlbdd >= "0.7.2"
  76. mock-ounit >= "1.0.0"
  77. mustache = "3.2.0"
  78. mustache-cli
  79. mutaml
  80. mysql_protocol >= "3.0.1"
  81. ocolor >= "1.3.1"
  82. orsetto >= "1.0.3"
  83. otoml >= "0.9.2"
  84. ounit >= "2.2.7"
  85. ounit2-lwt >= "2.2.7"
  86. oxylc
  87. pa_ppx < "0.07"
  88. packstream
  89. parsite
  90. pcre2 >= "7.5.2"
  91. plato
  92. posix-getopt >= "2.0.0"
  93. ppx_camlrack
  94. ppx_const >= "2.0"
  95. ppx_deriving >= "5.2"
  96. ppx_deriving_protobuf >= "3.0.0"
  97. ppx_deriving_yojson >= "3.7.0"
  98. ppx_getenv >= "2.0"
  99. ppx_make
  100. ppx_pyformat
  101. ppx_viewpattern
  102. qcheck-ounit >= "0.14"
  103. qmp >= "0.19.0"
  104. qtest >= "2.11.1"
  105. re >= "1.12.0"
  106. redis >= "0.7"
  107. redis-lwt >= "0.5"
  108. redis-sync >= "0.5"
  109. rtree
  110. sd_logic
  111. sha >= "1.15.1"
  112. shared-block-ring >= "3.0.0"
  113. sifun
  114. starpath
  115. tar-mirage >= "2.0.0" & < "2.4.0"
  116. tiny_httpd >= "0.8" & < "0.13"
  117. tls >= "0.13.0"
  118. toml >= "7.0.0"
  119. toml_cconv >= "7.0.0"
  120. tuntap >= "2.0.1"
  121. uri >= "4.4.0"
  122. uri-re >= "4.4.0"
  123. uri-sexp >= "4.4.0"
  124. vchan >= "6.0.2"
  125. vec >= "0.2.0"
  126. vhd-format-lwt >= "0.12.3"
  127. vlq >= "0.2.1"
  128. xenstore >= "2.2.0"
  129. zarr
  130. zarr-eio
  131. zarr-lwt
  132. zarr-sync
  133. zmq >= "5.1.1"
  134. zmq-async >= "5.1.1"
  135. zmq-eio
  136. zmq-lwt >= "5.1.1"

Conflicts

None

OCaml

Innovation. Community. Security.