summaryrefslogtreecommitdiff
path: root/tests/test_sequences.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-30 10:23:21 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-30 10:23:21 +1000
commit15684c5b109a9618cfcce90d7a92c4d7794a86da (patch)
tree6ead1091d99e343d732fcf198487910b4d308357 /tests/test_sequences.py
parent5015f2706c58e2f697cba7541f92d16bee08df68 (diff)
tests: Fix test.
Diffstat (limited to 'tests/test_sequences.py')
-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()