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

Support for property testing #12

Merged
merged 6 commits into from
Jan 5, 2025
Merged

Conversation

newhoggy
Copy link
Member

@newhoggy newhoggy commented Jan 5, 2025

No description provided.

@newhoggy newhoggy force-pushed the newhoggy/support-for-property-testing branch 2 times, most recently from a96424d to 2485107 Compare January 5, 2025 13:20
@newhoggy newhoggy force-pushed the newhoggy/support-for-property-testing branch from 2485107 to 0faf6ac Compare January 5, 2025 13:58
a <- forAll $ G.int (R.linear 0 100)
True === True
a === a
H.success
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Property test supported.

test_spec = unit do
True === True
True === True
H.success
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unit test supported.

@newhoggy newhoggy added this pull request to the merge queue Jan 5, 2025
Merged via the queue into main with commit 91333c3 Jan 5, 2025
4 checks passed
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