cpython/Lib/test/test_difflib.py

4 lines
79 B
Python

import difflib
from test import test_support
test_support.run_doctest(difflib)