mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Corrected column test
This commit is contained in:
parent
ffcc574c85
commit
5998ca71cc
1 changed files with 2 additions and 2 deletions
|
@ -384,8 +384,8 @@ class TestDateFormats(TestCase):
|
|||
def test_date_format_countdown(self):
|
||||
"""Verify due.countdown formatting"""
|
||||
code, out, err = self.t("xxx rc.report.xxx.columns:id,due.countdown")
|
||||
self.assertRegexpMatches(out, r'1\s+\d+\s\S+')
|
||||
self.assertRegexpMatches(out, r'2\s+-')
|
||||
self.assertRegexpMatches(out, r'1\s+\d+\S+')
|
||||
self.assertRegexpMatches(out, r'2\s+')
|
||||
|
||||
def test_date_format_unrecognized(self):
|
||||
"""Verify due.donkey formatting fails"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue