Restore support for task info journal (#3671)
This support was removed before Taskwarrior-3.x, and is now restored,
including the original tests removed in
ddd367232e
This commit is contained in:
committed by
GitHub
parent
7da23aee1c
commit
c9967c20e2
@@ -98,6 +98,9 @@ class TestInfoCommand(TestCase):
|
||||
self.assertRegex(out, r"Urgency\s+\d+(\.\d+)?")
|
||||
self.assertRegex(out, r"Priority\s+H")
|
||||
|
||||
self.assertRegex(out, r"Annotation of 'bar' added\.")
|
||||
self.assertRegex(out, r"Tag 'tag' added\.")
|
||||
self.assertRegex(out, r"tatus set to 'recurring'\.")
|
||||
self.assertIn("project", out)
|
||||
self.assertIn("active", out)
|
||||
self.assertIn("annotations", out)
|
||||
|
||||
Reference in New Issue
Block a user