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

Method setUp

test/start.test.py:113–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111
112class TestActiveTaskHandling(TestCase):
113 def setUp(self):
114 self.t = Task()
115 self.t("add one +one")
116
117 def test_start_completed(self):
118 """Completed task set to pending by start"""

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected