Skip to content

Commit

Permalink
Merge pull request #206 from yanqd0/yanqd0-patch-1
Browse files Browse the repository at this point in the history
Rename MockFixture to MockerFixture in README
  • Loading branch information
nicoddemus committed Aug 26, 2020
2 parents 03da957 + 53dc516 commit 4bfd8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ the method, and uses pytest's own `advanced assertions`_ to return a better
diff::


mocker = <pytest_mock.MockFixture object at 0x0381E2D0>
mocker = <pytest_mock.MockerFixture object at 0x0381E2D0>

def test(mocker):
m = mocker.Mock()
Expand Down

0 comments on commit 4bfd8ad

Please sign in to comment.