cpython/Lib/test/test_difflib.py
Tim Peters dec4a6143c Remove test_difflib's output file and change test_difflib to stop
generating it.  Since this is purely a doctest, the output file never
served a good purpose.
2001-05-23 01:45:19 +00:00

2 lines
60 B
Python

import doctest, difflib
doctest.testmod(difflib, verbose=0)