]> granicus.if.org Git - python/commit
Add test suite for filecmp.py, after some discussion on bug #680494.
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 6 Feb 2003 17:42:45 +0000 (17:42 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 6 Feb 2003 17:42:45 +0000 (17:42 +0000)
commite63846dc3a140f374d6e97e6b10d65bbaf99fb00
tree8d0b0a4c881be88d87235cc28294d64e2f80503a
parent844076122e5d7a5aeab8089dd2fb91bfd47596a2
Add test suite for filecmp.py, after some discussion on bug #680494.

Right now the test cases create a files and a directory in the temp.
directory.  Raymond suggested checking files in to the test/ directory,
simplifying the setup/teardown methods; is that worth doing?
Lib/test/test_filecmp.py [new file with mode: 0644]