Run all tests
This commit is contained in:
parent
6caed64f75
commit
06a05361a5
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue