Published December 30, 2021
| Version hypothesis-python-6.33.0
Software
Open
Hypothesis: Property-Based Testing for Python
Authors/Creators
- 1. Imperial College London
- 2. Australian National University
Description
This release disallows using "typing.TypeAlias" with "from_type()" and "register_type_strategy()".
Why? Because "TypeAlias" is not really a type, it is a tag for type checkers that some expression is a type alias, not something else.
It does not make sense for Hypothesis to resolve it as a strategy. References issue #2978.
The canonical version of these notes (with links) is on readthedocs.
Notes
Files
HypothesisWorks/hypothesis-hypothesis-python-6.33.0.zip
Files
(9.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:00f617544a92ba775202357d04084f44
|
9.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/HypothesisWorks/hypothesis/tree/hypothesis-python-6.33.0 (URL)