diff --git a/tests/shitpost.py b/tests/shitpost.py index 7a4d7a3..dd63da6 100644 --- a/tests/shitpost.py +++ b/tests/shitpost.py @@ -145,3 +145,9 @@ class TestShitpost(unittest.TestCase): self.assertIn("**10**", self.cog.get_dice_roll(99, 10, None)) self.assertIn("**1**", self.cog.get_dice_roll(99, 10, None)) self.assertTrue(True) + + def test_imgflips(self): + eriku = self.cog.get_imgflip_embed(self.cog.imgflips['eriku'], "a", "b") + tegeltje = self.cog.get_tegeltje("Man who put penis in peanut butter is fucking nuts", "Confucius") + self.assertIsInstance(eriku, discord.Embed) + self.assertIsInstance(tegeltje, discord.Embed)