summaryrefslogtreecommitdiff
path: root/Lib/test/test_filecmp.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21445: Pass exception messages correctly to assertTrue inBerker Peksag2014-08-141-4/+4
* use with blocks to make sure files are closedBenjamin Peterson2014-05-031-18/+12
* improve test coverage of filecmp (closes #21357)Benjamin Peterson2014-05-031-5/+75
* Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.Ned Deily2013-06-141-0/+7
* Close #15442: Expand the list of default directories ignored by filecmp.dircm...Eli Bendersky2013-01-121-5/+11
* #15269: document dircmp.left and right, and add tests for them.R David Murray2012-08-141-2/+8
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-13/+13
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-5/+5
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-11/+11
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+2
* Only apply case-insensitivity test on appropriate platforms.' test_filecmp.pyRaymond Hettinger2003-09-021-2/+6
* SF bug #453515: filecmp.dircmp case sensitivity bugRaymond Hettinger2003-09-021-2/+6
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-4/+1
* Add test suite for filecmp.py, after some discussion on bug #680494.Andrew M. Kuchling2003-02-061-0/+128