Searched refs:should_build (Results 1 – 3 of 3) sorted by relevance
60 self.assertFalse(build.should_build(project_yaml))67 self.assertTrue(build.should_build(project_yaml))78 self.assertTrue(build.should_build(project_yaml))85 self.assertTrue(build.should_build(project_yaml))98 self.assertFalse(build.should_build(project_yaml))
123 def should_build(project_yaml): function156 if not should_build(project_yaml):
106 def __init__(self, abs_build_output_dir: pathlib.Path, should_build: bool):108 self._should_build = should_build