Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0ba4df89abcd3ae3c638d2f77376f54cf97c00d5
/
.
/
Lib
/
test
/
test_difflib.py
blob: 3b2f8213bc18b7217597cdc6e787a569cdd756e7 [
file
] [
log
] [
blame
]
from
test_support
import
verbose
import
doctest
,
difflib
doctest
.
testmod
(
difflib
,
verbose
=
verbose
)