-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implement Property based Testing #534
Labels
Comments
Also need to look into mutation testing. |
Initial mutation testing results are not promising:
|
|
Update. I have added hypothesis as a dependency. I have started using PBT in new tests as it makes sense. See the 1.0.0a1 development. At some point we should go back and add PBT to a lot of the older tests. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Property-based testing is a more exhaustive automated testing than traditional unit testing.
I found this tutorial, using the hypothesis framework.
The text was updated successfully, but these errors were encountered: