mirror of
https://github.com/python/cpython.git
synced 2025-09-22 16:33:26 +00:00
add underscore
This commit is contained in:
parent
ac896ed177
commit
7baf8627bd
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ class TestSysConfig(unittest.TestCase):
|
||||||
self.assertTrue(os.path.isfile(config_h), config_h)
|
self.assertTrue(os.path.isfile(config_h), config_h)
|
||||||
|
|
||||||
def test_get_scheme_names(self):
|
def test_get_scheme_names(self):
|
||||||
wanted = ('nt', 'nt_user', 'os2', 'os2_home', 'osx_frameworkuser',
|
wanted = ('nt', 'nt_user', 'os2', 'os2_home', 'osx_framework_user',
|
||||||
'posix_home', 'posix_prefix', 'posix_user')
|
'posix_home', 'posix_prefix', 'posix_user')
|
||||||
self.assertEquals(get_scheme_names(), wanted)
|
self.assertEquals(get_scheme_names(), wanted)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue