| 415 | def testBootstrapper(self): |
| 416 | work_dir = self.MakeEmptyTempDirectory() |
| 417 | class FakeScript(ScriptsBase): |
| 418 | def _Steps(self): |
| 419 | return [] |
| 420 | |
| 421 | # Use the test configuration without the fake testing default work dir. |
| 422 | fake_config = dict(TEST_CONFIG) |
no outgoing calls
searching dependent graphs…