MCPcopy Index your code
hub / github.com/nodejs/node / setUp

Method setUp

tools/gyp/test/integration_test.py:83–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81
82class TestGypWindows(unittest.TestCase):
83 def setUp(self) -> None:
84 if sys.platform != "win32":
85 self.skipTest("Windows-only test")
86 shutil.rmtree(os.path.join(fixture_dir, "out"), ignore_errors=True)
87
88 def test_msvs(self) -> None:
89 rc = gyp.main(["-f", "msvs", "--depth", fixture_dir, gyp_file])

Callers

nothing calls this directly

Calls 2

skipTestMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected