Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/devbot/test_git.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-30 13:28:35 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-30 13:28:35 (GMT)
commit11a17ac1ccd59e428af735955b2007b2e1fcb982 (patch)
tree54eb38d746f42c4f2e7d772aa2a0acda2cdf466a /tests/devbot/test_git.py
parentd0752119848004ffcc0bc1f602de146b7c20dd15 (diff)
Test the list of modules
Diffstat (limited to 'tests/devbot/test_git.py')
-rw-r--r--tests/devbot/test_git.py3
1 files changed, 0 insertions, 3 deletions
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()