Ignore unreachable code in test environment, we have now 99% of coverage
This commit is contained in:
@ -7,7 +7,7 @@ class Bootstrap:
|
||||
|
||||
@staticmethod
|
||||
def run_game():
|
||||
with TermManager() as term_manager:
|
||||
with TermManager() as term_manager: # pragma: no cover
|
||||
game = Game()
|
||||
game.new_game()
|
||||
display = DisplayManager(term_manager.screen, game)
|
||||
|
Reference in New Issue
Block a user