hypothesis
A library for property based testing
A library for property based testing
To install this package, run one of the following:
Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less work.
Summary
A library for property based testing
Last Updated
Jan 10, 2019 at 15:22
License
MPL 2.0
Total Downloads
368
Supported Platforms
GitHub Repository
https://github.com/HypothesisWorks/hypothesis-pythonDocumentation
https://hypothesis.readthedocs.io/