Commit f51dd4fe authored by Windson yang's avatar Windson yang Committed by Steve Dower

bpo-36683: Rename duplicate test_io_encoding to test_pyio_encoding (GH-12896)

parent be372d73
......@@ -195,7 +195,7 @@ class UTF8ModeTests(unittest.TestCase):
def test_io_encoding(self):
self.check_io_encoding('io')
def test_io_encoding(self):
def test_pyio_encoding(self):
self.check_io_encoding('_pyio')
def test_locale_getpreferredencoding(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment