Kaydet (Commit) f51dd4fe authored tarafından Windson yang's avatar Windson yang Kaydeden (comit) Steve Dower

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

üst be372d73
...@@ -195,7 +195,7 @@ class UTF8ModeTests(unittest.TestCase): ...@@ -195,7 +195,7 @@ class UTF8ModeTests(unittest.TestCase):
def test_io_encoding(self): def test_io_encoding(self):
self.check_io_encoding('io') self.check_io_encoding('io')
def test_io_encoding(self): def test_pyio_encoding(self):
self.check_io_encoding('_pyio') self.check_io_encoding('_pyio')
def test_locale_getpreferredencoding(self): 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