mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- Specifically set certain color rules to '' to override default theme.
This commit is contained in:
parent
9f654a5c95
commit
19674ee339
1 changed files with 4 additions and 0 deletions
|
@ -61,10 +61,14 @@ class TestColorRules(TestCase):
|
|||
cls.t.config('color.footnote', 'red')
|
||||
cls.t.config('color.debug', 'green')
|
||||
cls.t.config('color.project.x', 'red')
|
||||
cls.t.config('color.project.none', '')
|
||||
cls.t.config('color.pri.H', 'red')
|
||||
cls.t.config('color.pri.M', 'blue')
|
||||
cls.t.config('color.pri.L', 'green')
|
||||
cls.t.config('color.pri.none', '')
|
||||
cls.t.config('color.keyword.keyword', 'red')
|
||||
cls.t.config('color.tagged', '')
|
||||
cls.t.config('color.tag.none', '')
|
||||
cls.t.config('color.tag.x', 'red')
|
||||
cls.t.config('color.recurring', 'red')
|
||||
cls.t.config('color.uda.xxx', 'red')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue