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

Method test_msvs

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

Source from the content-addressed store, hash-verified

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])
90 assert rc == 0
91
92 assert_file(self, "test.vcproj", "msvs/test.vcproj")
93 assert_file(self, "integration.sln", "msvs/integration.sln")

Callers

nothing calls this directly

Calls 2

assert_fileFunction · 0.85
mainMethod · 0.45

Tested by

no test coverage detected