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

latest releases: hypothesis-python-6.104.2, hypothesis-python-6.104.1, hypothesis-python-6.104.0...
2 years ago

This release improves Hypothesis' handling of positional-only
arguments, which are now allowed "@st.composite" strategies.

On Python 3.8 and later, the first arguments to "builds()" and
"from_model()" are now natively positional-only. In cases which were
already errors, the "TypeError" from incorrect usage will therefore be
raises immediately when the function is called, rather than when the
strategy object is used.

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.