generating it. Since this is purely a doctest, the output file never served a good purpose.
3 lines
60 B
Python
3 lines
60 B
Python
import doctest, difflib
|
|
doctest.testmod(difflib, verbose=0)
|