From edecb7eb905d4ad01ac32e6c9ac1b6ec965c659b Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Wed, 11 Nov 2020 22:45:57 +0100 Subject: [PATCH] I felt frustrated to don't have 100% of coverage --- dungeonbattle/game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dungeonbattle/game.py b/dungeonbattle/game.py index 14e3206..6c7b347 100644 --- a/dungeonbattle/game.py +++ b/dungeonbattle/game.py @@ -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()