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

Method setUp

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

Source from the content-addressed store, hash-verified

44
45class TestExportCommand(TestCase):
46 def setUp(self):
47 self.t = Task()
48 self.t("add test")
49
50 def export(self, id):
51 code, out, err = self.t(("{0}".format(id), "rc.json.array=off", "export"))

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected