(self)
| 96 | |
| 97 | class 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): |
nothing calls this directly
no test coverage detected