Run all tests

This commit is contained in:
hugovk 2014-03-02 14:01:33 +02:00
parent 6caed64f75
commit 06a05361a5

View file

@ -382,7 +382,7 @@ class TestPyLast(unittest.TestCase):
if __name__ == '__main__': if __name__ == '__main__':
# For quick testing of a single-case (eg. test = "test_scrobble") # For quick testing of a single-case (eg. test = "test_scrobble")
test = "test_remove_artist" test = ""
if test is not None and len(test): if test is not None and len(test):
suite = unittest.TestSuite() suite = unittest.TestSuite()