Commit 45d8d246 authored by native-api's avatar native-api Committed by Inada Naoki

fixed duplicated method name of test_getuserbase() (GH-12140)

parent 0a6a412f
......@@ -181,7 +181,9 @@ class HelperFunctionsTests(unittest.TestCase):
finally:
pth_file.cleanup()
def test_getuserbase(self):
# This tests _getuserbase, hence the double underline
# to distinguish from a test for getuserbase
def test__getuserbase(self):
self.assertEqual(site._getuserbase(), sysconfig._getuserbase())
def test_get_path(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