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.
This commit is contained in:
Tim Peters 2001-05-23 01:45:19 +00:00
parent 07f353c560
commit dec4a6143c
2 changed files with 1 additions and 281 deletions

View file

@ -1,2 +1,2 @@
import doctest, difflib
doctest.testmod(difflib, verbose=1)
doctest.testmod(difflib, verbose=0)