test inspire
This commit is contained in:
@@ -151,3 +151,8 @@ class TestShitpost(unittest.TestCase):
|
||||
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)
|
||||
|
||||
def test_inspire(self):
|
||||
inspo = self.cog.get_inspiration()
|
||||
self.assertIn("https://", inspo)
|
||||
self.assertIn(".jpg", inspo)
|
||||
Reference in New Issue
Block a user