Benjamin Peterson
|
bec087f29d
|
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
|
2009-03-26 21:10:30 +00:00 |
Benjamin Peterson
|
888a39b54c
|
remove test_support.TestSkipped and just use unittest.SkipTest
|
2009-03-26 20:48:25 +00:00 |
Martin v. Löwis
|
0a04819a13
|
tr a-z A-Z does not work on Solaris (would require
/usr/xpg4/bin/tr); make the character ranges explicit.
|
2007-09-10 06:18:32 +00:00 |
Georg Brandl
|
0226d85737
|
* Skip test_pipes on non-POSIX.
* Don't raise TestSkipped within a test function.
|
2007-08-30 12:32:23 +00:00 |
Georg Brandl
|
27d9ee32ab
|
Patch #1680959: add test suite for pipes module.
|
2007-08-30 10:38:56 +00:00 |