diff --git a/test_clint.py b/test_clint.py index 75772f3..e9e0b9f 100755 --- a/test_clint.py +++ b/test_clint.py @@ -16,7 +16,5 @@ class TablibTestCase(unittest.TestCase): def tearDown(self): pass - - if __name__ == '__main__': unittest.main()