From 73293764d2873864f0aa26d1a886c66c82b492fd Mon Sep 17 00:00:00 2001 From: Victor Hart Date: Mon, 17 May 2021 13:48:51 -0300 Subject: [PATCH 1/2] attempt solve issue 549 --- tests/test_engine.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_engine.py b/tests/test_engine.py index 38a6679e..e17e3644 100644 --- a/tests/test_engine.py +++ b/tests/test_engine.py @@ -59,7 +59,9 @@ def test_signal(): def test_signal_once(): - engine = GameEngine(Scene, basic_systems=[Quitter]) + engine = GameEngine( + Scene, basic_systems=[Quitter, Failer], message=None, + fail=lambda x: False) with engine: engine.start() engine.loop_once() From 03343b110ab0b7b9ad38be9cefff82d100cee36a Mon Sep 17 00:00:00 2001 From: Victor Hart Date: Mon, 17 May 2021 14:09:06 -0300 Subject: [PATCH 2/2] Add myself as a contributor --- CONTRIBUTORS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 286f4be4..a171ca65 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -44,4 +44,5 @@ Halle Jones|HJones@aliacy.com|| [Mark J Cameron](https://github.come/kcalmwinds) | | [LuminariWeekly](https://twitter.com/LuminariWeekly) | [Laura G. Funderburk](https://github.com/lfunderburk) | | [@lgfunderburk](https://twitter.com/lgfunderburk)| [Mark Boer](https://github.com/mark-boer) | | -[Anthony Plunkett](https://github.com/doobeh) | | \ No newline at end of file +[Anthony Plunkett](https://github.com/doobeh) | | +[Victor Hart](https://github.com/vicohart) | [vicohart@gmail.com](vicohart@gmail.com) | \ No newline at end of file