mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Use Taskchampion to store Taskwarrior data
This replaces the TF2 task files with a TaskChampion replica.
This commit is contained in:
parent
4b814bc602
commit
5bb9857984
24 changed files with 537 additions and 1362 deletions
|
@ -377,6 +377,7 @@ class TestUpgradeToRecurring(TestCase):
|
|||
|
||||
def test_upgrade(self):
|
||||
"""Upgrade task to recurring"""
|
||||
# note that this functionality is implemented in Task::validate
|
||||
self.t("add foo")
|
||||
self.t("1 modify due:tomorrow recur:weekly")
|
||||
code, out, err = self.t("_get 1.status")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue