Skip to content

Commit

Permalink
Update URL in error msg
Browse files Browse the repository at this point in the history
Via #2939.

Co-Authored-By: Chris Wesseling <325643+CharString@users.noreply.github.com>
  • Loading branch information
Zac-HD and CharString committed Apr 17, 2021
1 parent 5d57d8a commit fd26040
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hypothesis-python/src/hypothesis/extra/pytestplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ def pytest_runtest_call(item):
"between test cases generated by `@given(...)`. You can change it to "
"a module- or session-scoped fixture if it is safe to reuse; if not "
"we recommend using a context manager inside your test function. See "
"https://docs.pytest.org/en/latest/fixture.html#sharing-test-data "
"https://docs.pytest.org/en/latest/how-to/fixtures.html"
"#scope-sharing-fixtures-across-classes-modules-packages-or-session "
"for details on fixture scope."
)
argnames = None
Expand Down

0 comments on commit fd26040

Please sign in to comment.