From 11a17ac1ccd59e428af735955b2007b2e1fcb982 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 30 Nov 2012 13:28:35 +0000 Subject: Test the list of modules --- (limited to 'tests/devbot/test_git.py') diff --git a/tests/devbot/test_git.py b/tests/devbot/test_git.py index 21d81e8..e78626a 100644 --- a/tests/devbot/test_git.py +++ b/tests/devbot/test_git.py @@ -116,6 +116,3 @@ class TestGit(unittest.TestCase): self.assertTrue(os.path.exists(to_clean_path)) module.clean() self.assertFalse(os.path.exists(to_clean_path)) - -if __name__ == '__main__': - unittest.main() -- cgit v0.9.1