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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in 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.
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: