diff options
Diffstat (limited to 'test/test_console_palettes.py')
-rw-r--r-- | test/test_console_palettes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_console_palettes.py b/test/test_console_palettes.py index 9cf5d95c..ac33f83d 100644 --- a/test/test_console_palettes.py +++ b/test/test_console_palettes.py @@ -6,6 +6,7 @@ import libmproxy.console.palettes as palettes class TestPalette: + def test_helptext(self): for i in palettes.palettes.values(): assert i.palette(False) |