Unit Tests

- Specifically set certain color rules to '' to override default theme.
This commit is contained in:
Paul Beckingham 2015-03-07 16:11:38 -05:00
parent 9f654a5c95
commit 19674ee339

View file

@ -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')