Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -1/+6 |
| | | | | | allows using the tests with unittest.py as a script. The tests will still run when run as a script themselves. | ||||
* | Convert dospath test suite to PyUnit, adding a couple more cases for | Fred Drake | 2001-05-22 | 1 | -46/+55 |
| | | | | isabs() (no false results were checked) and splitdrive(). | ||||
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+1 |
| | |||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -13/+12 |
| | |||||
* | new test - like test_ntpath but without splitunc test cases | Skip Montanaro | 2000-08-23 | 1 | -0/+49 |