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

Method setUp

test/annotate.test.py:191–194  ·  view source on GitHub ↗

Executed before each test in the class

(self)

Source from the content-addressed store, hash-verified

189
190class TestAnnotation(TestCase):
191 def setUp(self):
192 """Executed before each test in the class"""
193 self.t = Task()
194 self.t.config("confirmation", "1")
195
196 def test_blank_annotation(self):
197 """Verify blank annotations are prevented"""

Callers

nothing calls this directly

Calls 2

TaskClass · 0.90
configMethod · 0.80

Tested by

no test coverage detected