summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bytes.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-11-01 15:59:11 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-11-01 15:59:11 (GMT)
commitc9e92167ac1a1900981f905da7a415cc2cb404d0 (patch)
tree298596aac9e56fbc4b0b2ce420ce09fa087e7375 /Lib/test/test_bytes.py
parent5800b271043d52d34f22f68ad6c0339d2c4bc04a (diff)
downloadcpython-c9e92167ac1a1900981f905da7a415cc2cb404d0.zip
cpython-c9e92167ac1a1900981f905da7a415cc2cb404d0.tar.gz
cpython-c9e92167ac1a1900981f905da7a415cc2cb404d0.tar.bz2
Fix test skipping in multibyte codec tests
Diffstat (limited to 'Lib/test/test_bytes.py')
-rw-r--r--Lib/test/test_bytes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_bytes.py b/Lib/test/test_bytes.py
index e39b9ea..4a93e8c 100644
--- a/Lib/test/test_bytes.py
+++ b/Lib/test/test_bytes.py
@@ -935,7 +935,7 @@ class AssortedBytesTest(unittest.TestCase):
self.assertRaises(BytesWarning, operator.eq, bytearray(b''), '')
self.assertRaises(BytesWarning, operator.ne, bytearray(b''), '')
else:
- # raise test.support.TestSkipped("BytesWarning is needed for this test: use -bb option")
+ # self.skipTest("BytesWarning is needed for this test: use -bb option")
pass
# Optimizations: