tools: Enable color in pylint.
This commit is contained in:
parent
5949a82c2d
commit
cfa591976c
4 changed files with 37 additions and 28 deletions
|
|
@ -0,0 +1 @@
|
|||
[m
|
||||
|
|
@ -149,6 +149,8 @@ class TermStrTests(unittest.TestCase):
|
|||
eris.terminal.ESC + "[0mbar"),
|
||||
termstr.TermStr("foo").bg_color(5) +
|
||||
termstr.TermStr("bar"))
|
||||
self.assertEqual(TermStr.from_term(eris.terminal.ESC + "[1;3mfoo"),
|
||||
termstr.TermStr("foo").bold().italic())
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue