summaryrefslogtreecommitdiff
path: root/Lib/heapq.py
diff options
context:
space:
mode:
authorRob Day <rkd@rkd.me.uk>2019-06-01 05:13:57 +0100
committerRaymond Hettinger <rhettinger@users.noreply.github.com>2019-05-31 21:13:57 -0700
commit664fe3996f7e05ae351526f02b21504bb065bcf8 (patch)
tree9b10f1dda1dbf79013079d9fdefe0f5c792300e1 /Lib/heapq.py
parent5c22476c01622f11b7745ee693f8b296a9d6a761 (diff)
downloadcpython-git-664fe3996f7e05ae351526f02b21504bb065bcf8.tar.gz
bpo-29984: Improve 'heapq' test coverage (GH-992)
Diffstat (limited to 'Lib/heapq.py')
-rw-r--r--Lib/heapq.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/heapq.py b/Lib/heapq.py
index 0e3555cf91..fabefd87f8 100644
--- a/Lib/heapq.py
+++ b/Lib/heapq.py
@@ -597,5 +597,5 @@ except ImportError:
if __name__ == "__main__":
- import doctest
- print(doctest.testmod())
+ import doctest # pragma: no cover
+ print(doctest.testmod()) # pragma: no cover