Skip to content

Commit

Permalink
Merge pull request #10016 from pytest-dev/backport-10013-to-7.0.x
Browse files Browse the repository at this point in the history
[7.0.x] docs(monkeypatch): Fix autodoc reference links
  • Loading branch information
nicoddemus committed Jun 2, 2022
2 parents c9c6b4c + 7711981 commit a469e6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ Tom Dalton
Tom Viner
Tomáš Gavenčiak
Tomer Keren
Tony Narlock
Tor Colvin
Trevor Bekolay
Tyler Goodlet
Expand Down
4 changes: 2 additions & 2 deletions doc/en/how-to/monkeypatch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
How to monkeypatch/mock modules and environments
================================================================

.. currentmodule:: _pytest.monkeypatch
.. currentmodule:: pytest

Sometimes tests need to invoke functionality which depends
on global settings or which invokes code which cannot be easily
Expand Down Expand Up @@ -436,7 +436,7 @@ separate fixtures for each potential mock and reference them in the needed tests
_ = app.create_connection_string()
.. currentmodule:: _pytest.monkeypatch
.. currentmodule:: pytest

API Reference
-------------
Expand Down
1 change: 1 addition & 0 deletions extra/setup-py.test/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import sys

from distutils.core import setup

if __name__ == "__main__":
Expand Down

0 comments on commit a469e6f

Please sign in to comment.