We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa4e39 commit 13a8d80Copy full SHA for 13a8d80
test/purge.test.py
@@ -176,7 +176,7 @@ def test_purge_children_fail_confirm(self):
176
code, out, err = self.t("count")
177
self.assertEqual("4\n", out)
178
179
- def test_purge_children(self):
+ def test_purge_children_removes_dependencies(self):
180
"""Purge command removes dependencies on indirectly purged tasks"""
181
self.t("add one recur:daily due:yesterday")
182
uuid = self.t("_get 1.uuid")[1].strip()
0 commit comments