diff options
| author | Dylan Araps <[email protected]> | 2017-06-30 10:23:21 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-30 10:23:21 +1000 |
| commit | 15684c5b109a9618cfcce90d7a92c4d7794a86da (patch) | |
| tree | 6ead1091d99e343d732fcf198487910b4d308357 /tests | |
| parent | general: Rename gen_colors to magic (diff) | |
| download | pywal-15684c5b109a9618cfcce90d7a92c4d7794a86da.tar.xz pywal-15684c5b109a9618cfcce90d7a92c4d7794a86da.zip | |
tests: Fix test.
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/test_sequences.py | 1 |
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() |