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

Method setUp

test/recurrence.test.py:371–373  ·  view source on GitHub ↗

Executed before each test in the class

(self)

Source from the content-addressed store, hash-verified

369
370class TestUpgradeToRecurring(TestCase):
371 def setUp(self):
372 """Executed before each test in the class"""
373 self.t = Task()
374
375 def test_upgrade(self):
376 """Upgrade task to recurring"""

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected