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

Method setUp

test/context.test.py:40–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38
39class ContextManagementTest(TestCase):
40 def setUp(self):
41 self.t = Task()
42
43 def test_context_define_confirmation(self):
44 """With confirmation active, prompt if context filter matches no tasks"""

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected