mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Test: Converted to Python
This commit is contained in:
parent
dbb87d2642
commit
38b056b289
2 changed files with 60 additions and 63 deletions
|
@ -40,7 +40,7 @@ class TestBug649(TestCase):
|
|||
"""Executed before each test in the class"""
|
||||
self.t = Task()
|
||||
|
||||
def test_(self):
|
||||
def test_delete_recurring_immediately(self):
|
||||
"""Verify that recurring tasks cannot be immediately marked completed"""
|
||||
self.t("add one due:3d recur:1week")
|
||||
code, out, err = self.t.runError("1 done")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue