Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 542 Bytes

CHANGES.md

File metadata and controls

27 lines (18 loc) · 542 Bytes

2.2.0 (2024-12-25)

  • 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 (2024-12-22)

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

2.0.1 (2019-02-16)

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

2.0 (2017-04-30)

  • add alcotest and ounit support

1.0 (2017-09-5)

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