summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_sequences.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_sequences.py b/tests/test_sequences.py
index 2a19470..f4cbb36 100755
--- a/tests/test_sequences.py
+++ b/tests/test_sequences.py
@@ -22,5 +22,6 @@ class Testsequences(unittest.TestCase):
result = sequences.set_color(11, COLORS["colors"]["color0"])
self.assertEqual(result, "\033]4;11;#3A5130\007")
+
if __name__ == "__main__":
unittest.main()