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

latest releases: hypothesis-python-6.104.1, hypothesis-python-6.104.0, hypothesis-python-6.103.5...
4 years ago

The standard library "ipaddress" module is new in Python 3, and this
release adds the new "ip_addresses()" strategy to generate
"IPv4Address"es and/or "IPv6Address"es (depending on the "v" and
"network" arguments).

If you use them in type annotations, "from_type()" now has strategies
registered for "ipaddress" address, network, and interface types.

The provisional strategies for IP address strings are therefore
deprecated.

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.