summaryrefslogtreecommitdiff
path: root/Lib/test/test_commands.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #7108: Fix test_commands to not fail when special attributes ('@'Ned Deily2011-04-051-1/+5
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-3/+3
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-311-6/+5
* Remove unused imports in test modules.Georg Brandl2010-02-071-6/+5
* #7092: silence py3k warnings for deprecated modulesEzio Melotti2010-01-301-1/+4
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-4/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+4
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* 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