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

Use Quickcheck for property based testing #168

Merged
merged 14 commits into from
Sep 18, 2023
Merged

Use Quickcheck for property based testing #168

merged 14 commits into from
Sep 18, 2023

Conversation

martyall
Copy link
Collaborator

@martyall martyall commented Sep 14, 2023

  • upgrade eth-core dep (Use Quickcheck For Property Based Testing purescript-eth-core#37)
  • remove dependency on bn.js
  • remove Size classes (e.g IntSize, ByteSize): These were cute but they were ultimately getting in the way for how little they were giving us. In particular, I was able to use reifyType in the test suite to test over all possible valid sizes with minimal code.
  • add generators to generate basic types
  • add quickcheck property based tests, remove hard coded examples.

@martyall martyall merged commit b1516ad into master Sep 18, 2023
2 checks passed
@martyall martyall deleted the quickcheck branch September 18, 2023 04:07
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.

1 participant