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

Method setUp

test/wait.test.py:106–108  ·  view source on GitHub ↗

Executed before each test in the class

(self)

Source from the content-addressed store, hash-verified

104
105class TestFeature2563(TestCase):
106 def setUp(self):
107 """Executed before each test in the class"""
108 self.t = Task()
109
110 def test_done_unwait(self):
111 """2563: Done should NOT remove the wait attribute"""

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected