Tests corona
Beetje slappe test wel, maar je moet iets.
This commit is contained in:
+5
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user