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

Method setUpClass

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

Source from the content-addressed store, hash-verified

38class TestOperatorsIdentity(TestCase):
39 @classmethod
40 def setUpClass(cls):
41 cls.t = Task()
42
43 cls.t("add one project:A priority:H")
44 cls.t("add two project:A")
45 cls.t("add three priority:H")
46 cls.t("add four")
47
48 # AND operator #
49

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected