mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-16 17:21:00 +02:00
general: Make pywal compatible with python 3.5
This commit is contained in:
@ -32,7 +32,8 @@ class Testsequences(unittest.TestCase):
|
||||
def test_set_iterm_tab_color(self):
|
||||
"""> Create iterm tab color sequences"""
|
||||
result = sequences.set_iterm_tab_color(COLORS["special"]["background"])
|
||||
self.assertEqual(len(result), 3)
|
||||
print(result)
|
||||
self.assertEqual(len(result), 104)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user