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

This commit is contained in:
Windson yang 2019-04-23 02:46:27 +08:00 committed by Steve Dower
parent be372d73b4
commit f51dd4feb0

View file

@ -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):