Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
class
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
skipTest
Method · 0.80
Tested by
no test coverage detected