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

Method setUpClass

test/sorting.test.py:72–83  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

70
71 @classmethod
72 def setUpClass(cls):
73 cls.t = Task()
74
75 # Report to use when running this class's tests
76 cls._report = "list"
77
78 cls.t("add zero")
79 cls.t("add priority:H project:A due:yesterday one")
80 cls.t("add priority:M project:B due:today two")
81 cls.t("add priority:L project:C due:tomorrow three")
82 cls.t("add priority:H project:C due:today four")
83 cls.t("2 start")
84
85 TESTS = (
86 # Filter # Expected matches/outputs

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected