diff --git a/modules/test_bot.py b/modules/test_bot.py index 27b173c..b0dfd80 100644 --- a/modules/test_bot.py +++ b/modules/test_bot.py @@ -144,6 +144,9 @@ class TestBot(unittest.TestCase): ##### GAMES Tests ##### + def test_jokes(self): + from modules.games.joke import tell_joke + self.assertIsInstance(tell_joke(), str)