(self)
| 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") |
nothing calls this directly
no test coverage detected