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 QCheck unit tests with Quickcheck #42

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

Replace QCheck unit tests with Quickcheck #42

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 QCheck by using Jane Street's Quickcheck library:

module T = struct
  type t = 
    | ...
  [@@deriving quickcheck]
end

let%test_unit = 
  Quickcheck.run T.quickcheck_generator ~f:(fun t -> ...)
@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