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

Method setUp

test/start.test.py:43–45  ·  view source on GitHub ↗

Executed before each test in the class

(self)

Source from the content-addressed store, hash-verified

41 """Executed once before any test in the class"""
42
43 def setUp(self):
44 """Executed before each test in the class"""
45 self.t = Task()
46
47 def test_start_stop(self):
48 """Add, start, stop a task"""

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected