mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +00:00
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:
parent
07f353c560
commit
dec4a6143c
2 changed files with 1 additions and 281 deletions
|
@ -1,2 +1,2 @@
|
|||
import doctest, difflib
|
||||
doctest.testmod(difflib, verbose=1)
|
||||
doctest.testmod(difflib, verbose=0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue