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
Sadly, there is not. The closest that Alcotest gets to this is the `Quick/`Slow tags on tests.
The need for a more generalised form of that feature is tracked by #124. I have a WIP draft of an "Alcotest 2.0" API that aims to let users attach arbitrary metadata to tests and then pass filters over that metadata at run-time, which I hope will meet this need.
For example, OUnit has https://gildor478.github.io/ounit/ounit2/index.html#skip-and-todo-tests. Lwt's ad-hoc tester has
~only_if
arguments for both individual tests and entire test suites.The text was updated successfully, but these errors were encountered: