MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / setUp

Method setUp

test/recurrence.test.py:391–393  ·  view source on GitHub ↗

Executed before each test in the class

(self)

Source from the content-addressed store, hash-verified

389
390class TestRecurrenceNotification(TestCase):
391 def setUp(self):
392 """Executed before each test in the class"""
393 self.t = Task()
394
395 def test_notification(self):
396 """Test notification on task creation"""

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected