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

Formal verification / property testing #5

Open
ChristopherRabotin opened this issue Dec 9, 2021 · 2 comments
Open

Formal verification / property testing #5

ChristopherRabotin opened this issue Dec 9, 2021 · 2 comments
Labels
question Further information is requested

Comments

@ChristopherRabotin
Copy link
Member

  1. What should be formally verified?
  2. How should it be verified?

References:

@ChristopherRabotin ChristopherRabotin added the question Further information is requested label Dec 9, 2021
@ChristopherRabotin
Copy link
Member Author

After having tested out the Hypothesis package in Python, it seems pretty evident that this would be extremely important for hardening the code and execution flow.

Relevant resources:

@ChristopherRabotin
Copy link
Member Author

Kani is a really clever formal verification tool that I've now successfully used on hifitime. It doesn't rely on random generation of test cases like Hypothesis and prop_test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant