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

Method setUpClass

test/args.test.py:79–84  ·  view source on GitHub ↗

Executed once before any test in the class

(cls)

Source from the content-addressed store, hash-verified

77class TestIDPosition(TestCase):
78 @classmethod
79 def setUpClass(cls):
80 """Executed once before any test in the class"""
81 cls.t = Task()
82
83 cls.t("add one")
84 cls.t("add two")
85
86 def test_id_read_cmd(self):
87 """Test id before and after read command"""

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected