mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
bpo-36683: Rename duplicate test_io_encoding to test_pyio_encoding (GH-12896)
This commit is contained in:
parent
be372d73b4
commit
f51dd4feb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue