hypothesis v5.3.0 Release Notes

Release Date: 2020-01-21 // over 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.