summaryrefslogtreecommitdiff
path: root/test/test_oddball.py
diff options
context:
space:
mode:
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()