hypothesis v5.4.1 Release Notes

Release Date: 2020-02-01 // over 4 years ago
  • This patch improves the repr of "from_type()", so that in most cases
    it will display the strategy it resolves to rather than
    "from_type(...)". The latter form will continue to be used where
    resolution is not immediately successful, e.g. invalid arguments or
    recursive type definitions involving forward references.

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