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
commitbfd8b5524ec7e75cb98b7cec71b607e65132863d (patch)
treee9ff5bb746afe4e10539f20f5968f6ef0f73d7b3 /test/test_oddball.py
parent0a5c64e929a0a3b13d2264e2e383752add381a29 (diff)
downloadpython-coveragepy-bfd8b5524ec7e75cb98b7cec71b607e65132863d.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 a40fb4c..7d8084a 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()