I felt frustrated to don't have 100% of coverage
This commit is contained in:
parent
caef8dc9b2
commit
edecb7eb90
|
@ -48,7 +48,7 @@ class Game:
|
||||||
We wait for a player action, then we do what that should be done
|
We wait for a player action, then we do what that should be done
|
||||||
when the given key got pressed.
|
when the given key got pressed.
|
||||||
"""
|
"""
|
||||||
while True:
|
while True: # pragma no cover
|
||||||
screen.clear()
|
screen.clear()
|
||||||
screen.refresh()
|
screen.refresh()
|
||||||
self.display_refresh()
|
self.display_refresh()
|
||||||
|
|
Loading…
Reference in New Issue