Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+1 |
| | |||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -24/+24 |
| | |||||
* | Don't fail if the directory already exists | Neal Norwitz | 2006-07-22 | 1 | -1/+2 |
| | |||||
* | Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py | Raymond Hettinger | 2003-09-02 | 1 | -2/+6 |
| | |||||
* | SF bug #453515: filecmp.dircmp case sensitivity bug | Raymond Hettinger | 2003-09-02 | 1 | -2/+6 |
| | |||||
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -4/+1 |
| | | | | | | | | | | and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807. | ||||
* | Add test suite for filecmp.py, after some discussion on bug #680494. | Andrew M. Kuchling | 2003-02-06 | 1 | -0/+128 |
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? |