Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,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