Get the latest tech news
Hypothesis: Property-Based Testing for Python
Welcome to Hypothesis!¶ Hypothesis is the property-based testing library for Python. With Hypothesis, you write tests which should pass for all inputs in whatever range you describe, and let Hypothesis randomly choose which of those inputs to check - including edge cases you might not have thought about.
None
Or read this on Hacker News
