diff --git a/hypothesis-python/docs/changes.rst b/hypothesis-python/docs/changes.rst index b893f08fb1..92ae1d1327 100644 --- a/hypothesis-python/docs/changes.rst +++ b/hypothesis-python/docs/changes.rst @@ -2895,7 +2895,7 @@ with a field literally named "model" (:issue:`2369`). This release adds an explicit warning for tests that are both decorated with :func:`@given(...) ` and request a -:doc:`function-scoped pytest fixture `, because such fixtures +:doc:`function-scoped pytest fixture `, because such fixtures are only executed once for *all* Hypothesis test cases and that often causes trouble (:issue:`377`). diff --git a/hypothesis-python/docs/settings.rst b/hypothesis-python/docs/settings.rst index 9e73de6aa7..be820677f6 100644 --- a/hypothesis-python/docs/settings.rst +++ b/hypothesis-python/docs/settings.rst @@ -126,7 +126,7 @@ falsifying example. debug is basically verbose but a bit more so. You probably don't want it. If you are using :pypi:`pytest`, you may also need to -:doc:`disable output capturing for passing tests `. +:doc:`disable output capturing for passing tests `. ------------------------- Building settings objects