summaryrefslogtreecommitdiff
path: root/tests/test_oddball.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r--tests/test_oddball.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py
index 2a0b03c..5bd204d 100644
--- a/tests/test_oddball.py
+++ b/tests/test_oddball.py
@@ -398,15 +398,6 @@ class ExceptionTest(CoverageTest):
class DoctestTest(CoverageTest):
"""Tests invoked with doctest should measure properly."""
- def setUp(self):
- super(DoctestTest, self).setUp()
-
- # This test case exists because Python 2.4's doctest module didn't play
- # well with coverage. Nose fixes the problem by monkeypatching doctest.
- # I want to be sure there's no monkeypatch and that I'm getting the
- # doctest module that users of coverage will get.
- assert 'doctest' not in sys.modules
-
def test_doctest(self):
self.check_coverage('''\
def return_arg_or_void(arg):