Duplicate test function in test_site by native-api · Pull Request #12140 · python/cpython

Expand Up @@ -181,7 +181,9 @@ def test_addsitedir(self): 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): Expand Down