Skip to content

Commit

Permalink
Added "has_calls" non-existent method
Browse files Browse the repository at this point in the history
  • Loading branch information
sfstpala authored and karantan committed May 12, 2023
1 parent d784965 commit a21e72c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake8_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
'not_called',
'called_once',
'called_once_with',
'has_calls',
]
MOCK_ERROR_CODE = 'M001'
ERROR_MESSAGE = "%s %s is a non-existent mock method."
Expand Down

0 comments on commit a21e72c

Please sign in to comment.