From: Windson yang Date: Mon, 22 Apr 2019 18:46:27 +0000 (+0800) Subject: bpo-36683: Rename duplicate test_io_encoding to test_pyio_encoding (GH-12896) X-Git-Tag: v3.8.0a4~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f51dd4feb0794b7659f281173da9d8a04317d134;p=python bpo-36683: Rename duplicate test_io_encoding to test_pyio_encoding (GH-12896) --- diff --git a/Lib/test/test_utf8_mode.py b/Lib/test/test_utf8_mode.py index 2429b00459..bdb93457cf 100644 --- a/Lib/test/test_utf8_mode.py +++ b/Lib/test/test_utf8_mode.py @@ -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):