From 06a05361a52c603627528110e0bc2c45e813e13e Mon Sep 17 00:00:00 2001 From: hugovk Date: Sun, 2 Mar 2014 14:01:33 +0200 Subject: [PATCH] Run all tests --- test_pylast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_pylast.py b/test_pylast.py index 24734df..f5eff44 100755 --- a/test_pylast.py +++ b/test_pylast.py @@ -382,7 +382,7 @@ class TestPyLast(unittest.TestCase): if __name__ == '__main__': # For quick testing of a single-case (eg. test = "test_scrobble") - test = "test_remove_artist" + test = "" if test is not None and len(test): suite = unittest.TestSuite()