Skip to content

Commit

Permalink
Ignore coverage on MockLoop.is_running method (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Feb 10, 2022
1 parent 9206350 commit 3d007ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/protocols/test_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(self, event_loop):
self.loop = event_loop

def is_running(self):
return True
return True # pragma: no cover

def create_task(self, coroutine):
self.tasks.insert(0, coroutine)
Expand Down

0 comments on commit 3d007ce

Please sign in to comment.