I felt frustrated to don't have 100% of coverage

This commit is contained in:
Yohann D'ANELLO 2020-11-11 22:45:57 +01:00
parent caef8dc9b2
commit edecb7eb90
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class Game:
We wait for a player action, then we do what that should be done
when the given key got pressed.
"""
while True:
while True: # pragma no cover
screen.clear()
screen.refresh()
self.display_refresh()