This patch teaches :command:`hypothesis write` to default to ghostwriting tests with ``--style=pytest`` only if :pypi:`pytest` is installed, or ``--style=unittest`` otherwise.
6.8.4
------------------
This patch adds type annotations for the :class:`~hypothesis.settings` decorator, to avoid an error when running mypy in strict mode.
6.8.3
------------------
This patch improves the :doc:`Ghostwriter's <ghostwriter>` handling of strategies to generate various fiddly types including frozensets, keysviews, valuesviews, regex matches and patterns, and so on.
6.8.2
------------------
This patch fixes some internal typos. There is no user-visible change.
6.8.1
------------------
This patch lays more groundwork for filter rewriting (:issue:`2701`). There is no user-visible change... yet.
6.8.0
------------------
This release :func:`registers <hypothesis.strategies.register_type_strategy>` the remaining builtin types, and teaches :func:`~hypothesis.strategies.from_type` to try resolving :class:`~python:typing.ForwardRef` and :class:`~python:typing.Type` references to built-in types.