Skip to content

Commit

Permalink
Merge pull request #17 from tigarmo/patch-1
Browse files Browse the repository at this point in the history
Expose mock.ANY in mocker fixture
  • Loading branch information
nicoddemus committed Jul 29, 2015
2 parents fbd1977 + 27baf71 commit 7f3dd99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class MockFixture(object):

Mock = mock_module.Mock
MagicMock = mock_module.MagicMock
ANY = mock_module.ANY

def __init__(self):
self._patches = [] # list of mock._patch objects
Expand Down

0 comments on commit 7f3dd99

Please sign in to comment.