Published September 26, 2021
| Version hypothesis-python-6.23.0
Software
Open
Hypothesis: Property-Based Testing for Python
Authors/Creators
- 1. Imperial College London
- 2. Australian National University
Description
This release follows pytest in considering "SystemExit" and "GeneratorExit" exceptions to be test failures, meaning that we will shink to minimal examples and check for flakiness even though they subclass "BaseException" directly (issue #2223).
"KeyboardInterrupt" continues to interrupt everything, and will be re- raised immediately.
The canonical version of these notes (with links) is on readthedocs.
Notes
Files
HypothesisWorks/hypothesis-hypothesis-python-6.23.0.zip
Files
(9.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:5600ecc3d19773663e7e46d70f2700bf
|
9.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/HypothesisWorks/hypothesis/tree/hypothesis-python-6.23.0 (URL)