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:
Dustin J. Mitchell
2024-11-06 07:39:39 -05:00
committed by GitHub
parent 7da23aee1c
commit c9967c20e2
13 changed files with 438 additions and 101 deletions

View File

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