| commit | e63846dc3a140f374d6e97e6b10d65bbaf99fb00 | [log] [tgz] |
|---|---|---|
| author | Andrew M. Kuchling <amk@amk.ca> | Thu Feb 06 17:42:45 2003 +0000 |
| committer | Andrew M. Kuchling <amk@amk.ca> | Thu Feb 06 17:42:45 2003 +0000 |
| tree | 8d0b0a4c881be88d87235cc28294d64e2f80503a | |
| parent | 844076122e5d7a5aeab8089dd2fb91bfd47596a2 [diff] |
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?