summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pipes.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* tr a-z A-Z does not work on Solaris (would requireMartin v. Löwis2007-09-101-3/+6
* * Skip test_pipes on non-POSIX.Georg Brandl2007-08-301-1/+4
* Patch #1680959: add test suite for pipes module.Georg Brandl2007-08-301-0/+184