mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Updated to non-deprecated Boolean values
This commit is contained in:
parent
0b729b5d97
commit
d8bf209f29
23 changed files with 57 additions and 57 deletions
|
@ -69,7 +69,7 @@ class TestStart(TestCase):
|
|||
|
||||
def test_journal_time(self):
|
||||
"""Verify journal.time tracks state"""
|
||||
self.t.config("journal.time", "on")
|
||||
self.t.config("journal.time", "1")
|
||||
|
||||
self.t("add one")
|
||||
self.t("1 start")
|
||||
|
@ -82,7 +82,7 @@ class TestStart(TestCase):
|
|||
|
||||
def test_journal_annotations(self):
|
||||
"""Verify journal start/stop annotations are used"""
|
||||
self.t.config("journal.time", "on")
|
||||
self.t.config("journal.time", "1")
|
||||
self.t.config("journal.time.start.annotation", "Nu kör vi")
|
||||
self.t.config("journal.time.stop.annotation", "Nu stannar vi")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue