hypothesis==6.157.2
# The property-based testing library for Python
$ pip install hypothesis
downloads/wk
10,548,419
license
—
version
6.157.2
python
>=3.10
What is hypothesis?
Hypothesis is a property-based testing framework that automatically generates test cases to find edge cases and failures in your code. Instead of writing individual test cases manually, you define properties that should always be true, and Hypothesis generates hundreds of inputs to try to break them. Developers use it to catch bugs that traditional unit tests might miss and to reduce the amount of test code they need to write.
Links
Keywords