mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Removed custom assert messages
This commit is contained in:
parent
c56c7b6238
commit
c57e264b26
1 changed files with 2 additions and 2 deletions
|
@ -46,10 +46,10 @@ class TestBefore(TestCase):
|
|||
def test_correctly_recorded_start(self):
|
||||
"""Verify start dates properly recorded"""
|
||||
code, out, err = self.t("_get 1.start")
|
||||
self.assertEqual(out, "2008-12-22T00:00:00\n", "1.start is 2008-12-22T00:00:00")
|
||||
self.assertEqual(out, "2008-12-22T00:00:00\n")
|
||||
|
||||
code, out, err = self.t("_get 2.start")
|
||||
self.assertEqual(out, "2009-04-17T00:00:00\n", "2.start is 2009-04-17T00:00:00")
|
||||
self.assertEqual(out, "2009-04-17T00:00:00\n")
|
||||
|
||||
def test_before_none(self):
|
||||
"""Verify start.before:2008-12-01 yields nothing"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue