Open ChristopherRabotin opened 2 years ago
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:
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.
References: