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