Published August 2, 2022
| Version hypothesis-python-6.54.0
Software
Open
Hypothesis: Property-Based Testing for Python
Authors/Creators
- 1. Imperial College London
- 2. Australian National University
Description
Reporting of "multiple failing examples" now uses the PEP 654 ExceptionGroup type, which is provided by the exceptiongroup backport on Python 3.10 and earlier (issue #3175). "hypothesis.errors.MultipleFailures" is therefore deprecated.
Failing examples and other reports are now stored as PEP 678 exception notes, which ensures that they will always appear together with the traceback and other information about their respective error.
The canonical version of these notes (with links) is on readthedocs.
Notes
Files
HypothesisWorks/hypothesis-hypothesis-python-6.54.0.zip
Files
(9.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:43df230a30da49f88f099e84084637f1
|
9.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/HypothesisWorks/hypothesis/tree/hypothesis-python-6.54.0 (URL)