MCPcopy Index your code
hub / github.com/python/cpython / test_get_default_scheme

Method test_get_default_scheme

Lib/test/test_sysconfig.py:140–141  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

138 )
139
140 def test_get_default_scheme(self):
141 self.assertIn(get_default_scheme(), _INSTALL_SCHEMES)
142
143 def test_get_preferred_schemes(self):
144 expected_schemes = {'prefix', 'home', 'user'}

Callers

nothing calls this directly

Calls 2

get_default_schemeFunction · 0.90
assertInMethod · 0.80

Tested by

no test coverage detected