Skip to content

Releases: Khady/ocaml-junit

2.2.0

25 Dec 19:04
Compare
Choose a tag to compare

CHANGES:

  • fix bug marking alcotest skipped tests as passed
  • reraise exceptions to clean backtraces
  • expose arguments of Alcotest.run
  • increase dependency on alcotest to 1.8.0

2.1.0

22 Dec 18:52
Compare
Choose a tag to compare

CHANGES:

  • add skipped attribute to testsuite (#10)
  • fix skipped support for alcotest (#10)
  • depend on ounit2

2.0.2

21 Jan 07:43
5e28acc
Compare
Choose a tag to compare
Distribution 2.0.2

2.0.1

16 Feb 06:06
Compare
Choose a tag to compare

CHANGES:

  • remove pkg
  • migrate to opam 2
  • migrate to dune

2.0

01 May 02:49
Compare
Choose a tag to compare
2.0

2.0 (2017-04-30)

  • add alcotest and ounit support

1.0

05 Sep 16:33
Compare
Choose a tag to compare
1.0

1.0 (2017-09-5)

  • move to jbuilder
  • Testsuite.make expects () as last argument.