Skip to content
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

Replace Alcotest unit tests with Jane Street's Inline Tests #41

Open
Tracked by #34
johnyob opened this issue Jul 4, 2022 · 0 comments
Open
Tracked by #34

Replace Alcotest unit tests with Jane Street's Inline Tests #41

johnyob opened this issue Jul 4, 2022 · 0 comments
Assignees
Labels
v-next Issues to be resolved by the next major version of Dromedary

Comments

@johnyob
Copy link
Owner

johnyob commented Jul 4, 2022

Dromedary's current testing framework relies on Alcotest, QCheck and Jane Street's Expect Tests.
This issue aims to remove Alcotest by using Jane Street's Inline Tests:

let%test_unit "single" = 
  assert (...)

let%test_unit "many" = 
  for i = 0 to 100_000 do
    ...;
    assert (...)
  done
@johnyob johnyob self-assigned this Jul 4, 2022
@johnyob johnyob mentioned this issue Jul 4, 2022
4 tasks
@johnyob johnyob added the v-next Issues to be resolved by the next major version of Dromedary label Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v-next Issues to be resolved by the next major version of Dromedary
Projects
None yet
Development

No branches or pull requests

1 participant