aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_filecmp.py
Commit message (Expand)AuthorAge
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-19
* bpo-43651: PEP 597: Fix EncodingWarning in test_filecmp (GH-25159)Inada Naoki2021-04-05
* bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)Nick Crews2020-11-23
* bpo-40275: Use new test.support helper submodules in tests (GH-21151)Hai Shi2020-06-25
* Issue #21445: Pass exception messages correctly to assertTrue inBerker Peksag2014-08-14
* use with blocks to make sure files are closedBenjamin Peterson2014-05-03
* improve test coverage of filecmp (closes #21357)Benjamin Peterson2014-05-03
* Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.Ned Deily2013-06-14
* Close #15442: Expand the list of default directories ignored by filecmp.dircm...Eli Bendersky2013-01-12
* #15269: document dircmp.left and right, and add tests for them.R David Murray2012-08-14
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-14
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-11
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Only apply case-insensitivity test on appropriate platforms.' test_filecmp.pyRaymond Hettinger2003-09-02
* SF bug #453515: filecmp.dircmp case sensitivity bugRaymond Hettinger2003-09-02
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* Add test suite for filecmp.py, after some discussion on bug #680494.Andrew M. Kuchling2003-02-06