Tests corona

Beetje slappe test wel, maar je moet iets.
This commit is contained in:
2022-12-07 22:26:55 +01:00
parent 09477f3c4d
commit 8395a0b4a6
2 changed files with 20 additions and 36 deletions
+5 -1
View File
@@ -158,4 +158,8 @@ class TestShitpost(unittest.TestCase):
self.assertIn(".jpg", inspo)
def test_giethetaloan(self):
self.assertIn("nee", self.cog.get_giet_het_oan().lower())
self.assertIn("nee", self.cog.get_giet_het_oan().lower())
def test_corona(self):
message = self.cog.get_corona_message()
self.assertIsInstance(message, str)