You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an alcotest-lwt package, containing an Alcotet_lwt module with
an Alcotest_lwt.test_case function to better deal with lwt tests
(#94, @talex5, @samoht)
Add Alcotest.neg to negate test results (#95, @samoht)
Change the test_case type from unit -> unit to 'a -> unit. The 'a
parameter can be built using as a Cmdliner term using the new run_with_args function. This is useful to configure the tests using the CLI
(#96, @samoht)