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

Method setUp

test/recurrence.test.py:168–172  ·  view source on GitHub ↗

Executed before each test in the class

(self)

Source from the content-addressed store, hash-verified

166
167class TestRecurrenceTasks(TestCase):
168 def setUp(self):
169 """Executed before each test in the class"""
170 self.t = Task()
171 self.t("add simple")
172 self.t("add complex due:today recur:daily")
173
174 def test_change_propagation(self):
175 """Verify that changes (modify, delete) are propagated correctly"""

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected