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

Method setUp

test/recurrence.test.py:56–57  ·  view source on GitHub ↗

Executed before each test in the class

(self)

Source from the content-addressed store, hash-verified

54 cls.t("add three due:tomorrow recur:3d")
55
56 def setUp(self):
57 """Executed before each test in the class"""
58
59 def test_sort_ascending(self):
60 """Verify sorting by 'recur+' is correct"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected