github HypothesisWorks/hypothesis hypothesis-python-6.14.8
Hypothesis for Python - version 6.14.8

latest releases: hypothesis-python-6.100.2, hypothesis-python-6.100.1, hypothesis-python-6.100.0...
2 years ago

This patch ensures that registering a strategy for a subclass of a a
parametrised generic type such as "class Lines(Sequence[str]):" will
not "leak" into unrelated strategies such as
"st.from_type(Sequence[int])" (issue #2951). Unfortunately this fix
requires PEP 560, meaning Python 3.7 or later.

The canonical version of these notes (with links) is on readthedocs.

Don't miss a new hypothesis release

NewReleases is sending notifications on new releases.