mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
update tests for changes
This commit is contained in:
parent
fd441bdd62
commit
5150eb4b0f
1 changed files with 2 additions and 2 deletions
|
@ -105,11 +105,11 @@ class TestVerbosity(TestCase):
|
|||
def test_verbosity_header(self):
|
||||
"""Verbosity header"""
|
||||
|
||||
code, out, err = self.t("rc.verbose:nothing ls")
|
||||
code, out, err = self.t("rc.verbose:override ls")
|
||||
self.assertNotIn("TASKRC override:", err)
|
||||
self.assertNotIn("TASKDATA override:", err)
|
||||
|
||||
code, out, err = self.t("rc.verbose:header ls")
|
||||
code, out, err = self.t("rc.verbose:header,override ls")
|
||||
self.assertIn("TASKRC override:", err)
|
||||
self.assertIn("TASKDATA override:", err)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue