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

Method test_get_config_vars

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

Source from the content-addressed store, hash-verified

238 )
239
240 def test_get_config_vars(self):
241 cvars = get_config_vars()
242 self.assertIsInstance(cvars, dict)
243 self.assertTrue(cvars)
244
245 def test_get_platform(self):
246 # Check the actual platform returns something reasonable.

Callers

nothing calls this directly

Calls 3

get_config_varsFunction · 0.90
assertIsInstanceMethod · 0.80
assertTrueMethod · 0.80

Tested by

no test coverage detected