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

Method setUp

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

Source from the content-addressed store, hash-verified

38
39class TestBulk(TestCase):
40 def setUp(self):
41 self.t = Task()
42
43 self.t.config("bulk", "3")
44
45 self.t("add one")
46 self.t("add two")
47 self.t("add three")
48
49 def test_bulk_confirmations_single_confirmation_off(self):
50 """not bulk delete 1 tasks with confirmation:0 deletes it"""

Callers

nothing calls this directly

Calls 2

TaskClass · 0.90
configMethod · 0.80

Tested by

no test coverage detected