Skip to content

Refactor tests with purescript-quickcheck and spec #5

@Forensor

Description

@Forensor

QuickCheck is a property-based testing library which was originally written in Haskell, but which has been ported to PureScript.

QuickCheck works by generating random data with which to test your properties. This allows us to gain confidence that the properties hold, as more and more randomly-generated tests are run.

It would be great to refactor the current tests to it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    partially doneSomething is done partiallyrefactorSomething needs a face wash

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions