This patch makes stateful testing somewhat less likely to get stuck when there are only a few possible rules.
6.98.10
--------------------
This patch :pep:`adds a note <678>` to errors which occur while drawing from a strategy, to make it easier to tell why your test failed in such cases.
6.98.9
-------------------
This patch ensures that :ref:`observability <observability>` outputs include an informative repr for :class:`~hypothesis.stateful.RuleBasedStateMachine` stateful tests, along with more detailed timing information.
6.98.8
-------------------
This patch improves :ref:`the Ghostwriter <ghostwriter>` for binary operators.
6.98.7
-------------------
This patch improves import-detection in :ref:`the Ghostwriter <ghostwriter>` (:issue:`3884`), particularly for :func:`~hypothesis.strategies.from_type` and strategies from ``hypothesis.extra.*``.
6.98.6
-------------------
This patch clarifies the documentation on stateful testing (:issue:`3511`).