mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
bpo-29984: Improve 'heapq' test coverage (GH-992)
This commit is contained in:
parent
5c22476c01
commit
664fe3996f
2 changed files with 33 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue