Skip to content

Releases: gildor478/ounit

v2.1.0

22 Sep 15:09
Compare
Choose a tag to compare

CHANGES:

Added

  • New logger for CI, like Travis and AppVeyor, with colored output. It is
    enabled by adding OUNIT_CI=true to environment section of .travis.yml or
    appveyor.yml.
  • ounit-lwt to build test with OUnit and Lwt. It also allows
    to use the runner "processes" to run test in parallel. (Closes: OF#1765)

Changed

  • assert_command only displays the difference with the initial environment.
    This avoids to have hundreeds of lines of useless environment variables.
  • Upgrade minimal OCaml version to 4.02, since dune requires at least this
    version.

Fixed

  • Run garbage collection in between tests to prevent unexpected bugs in GC (e.g
    finaliser throwing exceptions). (Closes: OF#1766)