summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-05 09:51:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-05 09:51:16 -0400
commit3fa2a487b977b6b8fb49d5c79c64d423cd1a9706 (patch)
tree4345f82c5a583512d7198a581a21d8105bc7a6e9 /tests
parent97e71354ab82ca573df2dd90c60c510aab6b663d (diff)
downloadpython-coveragepy-3fa2a487b977b6b8fb49d5c79c64d423cd1a9706.tar.gz
Upgrade most dependencies
Diffstat (limited to 'tests')
-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):