Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
2b110f97132668bbf19622de4b97ac022db98f74
/
.
/
Lib
/
test
/
test_doctest.py
blob: 00c09284462e4a84a19122d4bf822e39d47c965b [
file
]
from
test_support
import
verbose
import
doctest
doctest
.
testmod
(
doctest
,
verbose
=
verbose
)