pypi hypothesis 6.164.0
Hypothesis version 6.164.0

3 hours ago

"functions()" now generates functions of the same kind as the "like="
argument, so that async functions, generator functions, and async
generator functions can be imitated as well as plain functions (issue
#4149). "pure=True" is only supported for plain functions.

Generated generator functions yield a list of values drawn from
"returns", inferring e.g. "returns=integers()" from an "Iterator[int]"
or "AsyncIterator[int]" return-type annotation, and generated async
functions follow Trio-style checkpoint semantics.

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.