MCPcopy Create free account
hub / github.com/nodejs/node / setUp

Method setUp

tools/gyp/pylib/gyp/xcode_emulation_test.py:12–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10
11class TestXcodeSettings(unittest.TestCase):
12 def setUp(self):
13 if sys.platform != "darwin":
14 self.skipTest("This test only runs on macOS")
15
16 def test_GetCflags(self):
17 target = {

Callers

nothing calls this directly

Calls 1

skipTestMethod · 0.80

Tested by

no test coverage detected