summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_commands.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #648998: test_commands ACL patchJason Tishler2002-12-051-0/+1
* Patch #544740: test_commands test fails under CygwinJason Tishler2002-09-301-5/+7
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-4/+11
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Patch #551911: Escape . properly.Martin v. Löwis2002-06-061-1/+1
* Make test_commands work on more systems. This removes much of the dependencyFred Drake2002-04-011-4/+5
* Fix SF bug #456386: test_commands regression failure (Andrew Dalke)Guido van Rossum2001-10-301-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+7
* Tests for the "commands" module, contributed by Nick Mathewson.Fred Drake2001-07-231-0/+45