mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Tests: Switched from relative to absolute dates to stabilize the test
This commit is contained in:
parent
2c5dd1dec0
commit
7f4fbc3c96
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ class TestTags(TestCase):
|
|||
|
||||
def test_tags_listed(self):
|
||||
"""Test the two tags used are both listed"""
|
||||
self.t("track 9am - 10am foo")
|
||||
self.t("track 10am - 11am bar")
|
||||
self.t("track 20160101T0100 - 20160101T1000 foo")
|
||||
self.t("track 20160101T1000 - 20160101T1100 bar")
|
||||
code, out, err = self.t("tags")
|
||||
self.assertIn('foo', out)
|
||||
self.assertIn('bar', out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue