Test: Converted to Python

This commit is contained in:
Paul Beckingham 2015-07-22 23:00:30 -04:00
parent dbb87d2642
commit 38b056b289
2 changed files with 60 additions and 63 deletions

View file

@ -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")