summaryrefslogtreecommitdiff
path: root/test/test_oddball.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-03-15 21:14:54 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-03-15 21:14:54 -0400
commit3beaad64c4fb71aa75d3f13ce71c31e9e7067e5a (patch)
tree87417915087e9f556d6982b0e7eb36ba071c887d /test/test_oddball.py
parentc7ae0afc9f67410fd86e1e69f5baa2f50d5346bc (diff)
downloadpython-coveragepy-git-3beaad64c4fb71aa75d3f13ce71c31e9e7067e5a.tar.gz
Remove unittest main invocations.
Diffstat (limited to 'test/test_oddball.py')
-rw-r--r--test/test_oddball.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test_oddball.py b/test/test_oddball.py
index a40fb4c8..7d8084ae 100644
--- a/test/test_oddball.py
+++ b/test/test_oddball.py
@@ -282,8 +282,3 @@ if sys.version_info >= (2, 5):
doctest.testmod(sys.modules[__name__]) # we're not __main__ :(
''',
[1,11,12,14,16,17], "")
-
-
-if __name__ == '__main__':
- import unittest
- unittest.main()