summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_commands.py
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecation warnings in test_commands.pyEzio Melotti2010-08-031-4/+4
* Remove the check_warnings. The mkarg warning is raised only with -3 and check...Ezio Melotti2010-08-031-5/+1
* Merged revisions 79539 via svnmerge fromEzio Melotti2010-08-021-5/+7
* Merged revisions 77841 via svnmerge fromEzio Melotti2010-08-021-1/+4
* Get rid of deprecation warning when testing commands.getstatus()Neal Norwitz2007-03-201-0/+4
* Add new utility function, reap_children(), to test_support. This shouldNeal Norwitz2006-06-291-1/+2
* CommandTests.testgetoutput():Thomas Wouters2003-03-251-1/+3
* 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