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

Method setUp

test/export.test.py:184–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182
183class TestExportCommandLimit(TestCase):
184 def setUp(self):
185 self.t = Task()
186
187 def test_export_obeys_limit(self):
188 """Verify that 'task export limit:1' is obeyed"""

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected