Skip to content

Commit

Permalink
Link to new Pytest docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Feb 13, 2022
1 parent 3bdf9be commit 8360799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hypothesis-python/docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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(...) <hypothesis.given>` and request a
:doc:`function-scoped pytest fixture <pytest:fixture>`, because such fixtures
:doc:`function-scoped pytest fixture <pytest:how-to/fixtures>`, because such fixtures
are only executed once for *all* Hypothesis test cases and that often causes
trouble (:issue:`377`).

Expand Down
2 changes: 1 addition & 1 deletion hypothesis-python/docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pytest:capture>`.
:doc:`disable output capturing for passing tests <pytest:how-to/capture-stdout-stderr>`.

-------------------------
Building settings objects
Expand Down

0 comments on commit 8360799

Please sign in to comment.