Skip to content

Use QuickCheck's .&&. and === in Seq property tests#1197

Open
meooow25 wants to merge 1 commit intohaskell:masterfrom
meooow25:seq-props
Open

Use QuickCheck's .&&. and === in Seq property tests#1197
meooow25 wants to merge 1 commit intohaskell:masterfrom
meooow25:seq-props

Conversation

@meooow25
Copy link
Copy Markdown
Contributor

This leads to better failure messages compared to simply having a Bool. Also separate the valid checks from the equality checks for simplicity. Change some tests to use arbitrary functions where it seems suitable.

Closes #263

This leads to better failure messages compared to simply having a Bool.
Also separate the valid checks from the equality checks for simplicity.
Change some tests to use arbitrary functions where it seems suitable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use more nice QuickCheck features

1 participant