Skip to content

Replace QCheck unit tests with Quickcheck #42

@johnyob

Description

@johnyob

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 -> ...)

Metadata

Metadata

Assignees

Labels

v-nextIssues to be resolved by the next major version of Dromedary

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions