summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2009-09-15 11:59:05 +0200
committergbrandl <devnull@localhost>2009-09-15 11:59:05 +0200
commit78409982f5db8b2ea40a31124caa394ac2996f70 (patch)
treee91a9bb738f0d6528f56b7b00875f6472be14a39 /tests/test_cmdline.py
parentee3c7de8ba3c20401ae223a98413e46ac0db928d (diff)
downloadpygments-78409982f5db8b2ea40a31124caa394ac2996f70.tar.gz
Consistency fixes in the test suite.
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index 324a8c85..b3088251 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -99,7 +99,3 @@ class CmdLineTest(unittest.TestCase):
self.assertEquals(o, output)
self.assertEquals(e, "")
self.assertEquals(c, 0)
-
-
-if __name__ == '__main__':
- unittest.main()