whatever gewoon de message van de site overnemen ofzo
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
+1
-4
@@ -176,7 +176,4 @@ class TestShitpost(unittest.TestCase):
|
||||
if zaag is None:
|
||||
self.skipTest(f"Server at iszaagmansallangsgeweest.nl has an error, or is unavailable")
|
||||
else:
|
||||
vandaag = datetime.now()
|
||||
dag = vandaag.weekday()
|
||||
truth = True if dag > 2 or (dag == 2 and vandaag.hour >= 12) else False
|
||||
self.assertEqual(truth, zaag)
|
||||
self.assertIsInstance(zaag, str)
|
||||
|
||||
Reference in New Issue
Block a user