Use Taskchampion to store Taskwarrior data
This replaces the TF2 task files with a TaskChampion replica.
This commit is contained in:
committed by
Dustin J. Mitchell
parent
4b814bc602
commit
5bb9857984
@@ -102,7 +102,8 @@ class TestBug634(TestCase):
|
||||
|
||||
# If a prompt happens, the test will timeout on input (exitcode != 0)
|
||||
code, out, err = self.t("rc.confirmation=off undo")
|
||||
self.assertIn("Task removed", out)
|
||||
code, out, err = self.t("_get 1.description")
|
||||
self.assertEqual(out.strip(), '') # task is gone
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user