Executed before each test in the class
(self)
| 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""" |
nothing calls this directly
no outgoing calls
no test coverage detected