-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
inline_tests work on v0.15.1 but not on v0.16.0 #37
Comments
I also tried to set up the dune file as in the blog post on testing (https://github.com/janestreet/bonsai/blob/master/docs/blogs/testing.mdx):
But that gave other dune errors, so I'm assuming that isn't part of the solution. |
Here is a "minimum" example that triggers the error when running dune file
OCaml file let%test _ = 1 = 2 |
So, I guess my question now is, is the |
Ah, yes that is the right package, but I'm a bit surprised that deasync is required if you aren't using our bonsai-test + async integration. I'll look into this |
I think I must be doing something obviously wrong here...but I can't get the inline tests to work with v0.16.0.
dune file
Error when running tests
Switching back to the v0.15.1 release of bonsai, the above works fine.
The text was updated successfully, but these errors were encountered: