mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Verify 'columns rc._forcecolor:on' works
This commit is contained in:
parent
6bb9cd49ea
commit
258328facd
1 changed files with 7 additions and 0 deletions
|
@ -457,6 +457,13 @@ class TestFeature1061(TestCase):
|
|||
self.assertIn("uuid", out)
|
||||
self.assertIn("project", out)
|
||||
|
||||
def test_columns_color(self):
|
||||
"""1061: Verify 'task columns rc._forcecolor:1' works"""
|
||||
code, out, err = self.t("columns rc._forcecolor:1")
|
||||
self.assertIn("description", out)
|
||||
self.assertIn("uuid", out)
|
||||
self.assertIn("project", out)
|
||||
|
||||
def test_columns_specific(self):
|
||||
"""1061: Verify 'task columns escr' works"""
|
||||
code, out, err = self.t("columns escr")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue