We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For ocaml-junit support of alcotest it is necessary to catch the Alcotest_engine.V1.Core.Skip exception to detect tests which are skipped.
Alcotest_engine.V1.Core.Skip
https://github.com/Khady/ocaml-junit/pull/10/files#diff-8485feec8501e5d458218068a62dcc2de7a7ea65f0f718f7798bcf097d1ac657R37-R42
So far this exception is not officially exposed, even though it can be accessed through Alcotest_engine__core.
Alcotest_engine__core
The text was updated successfully, but these errors were encountered:
Introduced by #368
Sorry, something went wrong.
[new release] alcotest (5 packages) (1.9.0)
4bb6e5f
CHANGES: - Add `seq`, a testable for `Seq.t` and `contramap` (mirage/alcotest#412 @xvw) - Expose the `V1.Skip` exception (mirage/alcotest#415, mirage/alcotest#416, @Khady) - BREAKING FIX: `match_raises` now expects the user-defined function to return true for expected exceptions. Previously false was interpreted as an expected exception. (mirage/alcotest#418, mirage/alcotest#419, @psafont)
Successfully merging a pull request may close this issue.
For ocaml-junit support of alcotest it is necessary to catch the
Alcotest_engine.V1.Core.Skip
exception to detect tests which are skipped.https://github.com/Khady/ocaml-junit/pull/10/files#diff-8485feec8501e5d458218068a62dcc2de7a7ea65f0f718f7798bcf097d1ac657R37-R42
So far this exception is not officially exposed, even though it can be accessed through
Alcotest_engine__core
.The text was updated successfully, but these errors were encountered: