Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix: nocover the util function
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed Jul 25, 2016
1 parent cb87a82 commit 6230f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopush/tests/test_websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def tearDown():
tearDown()


def assert_called_included(mock, **kwargs):
def assert_called_included(mock, **kwargs): # pragma: nocover
"""Like assert_called_with but asserts a call was made including
the specified kwargs (but allowing additional args/kwargs)"""
mock.assert_called()
Expand Down

0 comments on commit 6230f77

Please sign in to comment.