Skip to content

Add more test combinators

Compare
Choose a tag to compare
@samoht samoht released this 16 Sep 09:06
· 754 commits to main since this release
  • Add boolean assert: Alcotest.bool (#33, by @zjhmale)
  • Add sorted list assert: Alcotest.slist (#34, by @samoht)
  • Add pair assert: Alcotest.pair (#34, by @samoht)
  • Add simple assert, built using Pervasive.compare and a pretty-printing
    function: Alcotest.of_pp (#34, by @samoht)