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
2e11c3c104
commit
43e1a2c991
23 changed files with 57 additions and 57 deletions
|
@ -40,7 +40,7 @@ class BaseTestEnpassant(TestCase):
|
|||
"""Executed before each test in the class"""
|
||||
self.t = Task()
|
||||
# No journal log which may contain the words we are looking for
|
||||
self.t.config("journal.info", "off")
|
||||
self.t.config("journal.info", "0")
|
||||
|
||||
|
||||
class TestEnpassantMultiple(BaseTestEnpassant):
|
||||
|
@ -84,7 +84,7 @@ class TestEnpassant(BaseTestEnpassant):
|
|||
def setUp(self):
|
||||
super(TestEnpassant, self).setUp()
|
||||
|
||||
self.t.config("confirmation", "off")
|
||||
self.t.config("confirmation", "0")
|
||||
|
||||
self.t("add one")
|
||||
self.t("add two")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue