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

Method setUpClass

test/operators.test.py:201–208  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

199class TestOperatorsQuantity(TestCase):
200 @classmethod
201 def setUpClass(cls):
202 cls.t = Task()
203
204 cls.t("add one due:yesterday priority:H")
205 cls.t("add two due:tomorrow priority:M")
206 cls.t("add three priority:L")
207 cls.t("add four")
208 cls.t("add five due:today")
209
210 # > operator #
211

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected