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

Method test_platform

Lib/test/test_build_details.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 self.key('base_interpreter')
78
79 def test_platform(self):
80 self.assertEqual(self.key('platform'), sysconfig.get_platform())
81
82 def test_language_version(self):
83 allowed_characters = string.digits + string.ascii_letters + '.'

Callers

nothing calls this directly

Calls 2

keyMethod · 0.95
assertEqualMethod · 0.45

Tested by

no test coverage detected