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

Method test_build

Lib/test/test_cppext/__init__.py:98–99  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96
97class TestPublicCAPI(BaseTests, unittest.TestCase):
98 def test_build(self):
99 self.check_build('_testcppext')
100
101 @support.requires_gil_enabled('incompatible with Free Threading')
102 def test_build_limited_cpp03(self):

Callers

nothing calls this directly

Calls 1

check_buildMethod · 0.45

Tested by

no test coverage detected