From d7006310e015eced664446853ebaaacee286f3f1 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 2 Jan 2014 18:03:25 +0000 Subject: Remove some outdated code in the testsuite --- test/clitest.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/clitest.py') diff --git a/test/clitest.py b/test/clitest.py index 1e552ba..312822f 100644 --- a/test/clitest.py +++ b/test/clitest.py @@ -110,7 +110,3 @@ def get_tests(): suite.addTest(unittest.makeSuite(TestListcli)) suite.addTest(unittest.makeSuite(TestisCleancli)) return suite - - -if __name__ == '__main__': - unittest.TextTestRunner(verbosity=test.VERBOSITY).run(get_tests()) -- cgit v1.3