Perform the build target setup that will be done for each build target tested on this node.
(self, build_target_config: BuildTargetConfiguration)
| 104 | """ |
| 105 | |
| 106 | def set_up_build_target(self, build_target_config: BuildTargetConfiguration) -> None: |
| 107 | """ |
| 108 | Perform the build target setup that will be done for each build target |
| 109 | tested on this node. |
| 110 | """ |
| 111 | self._set_up_build_target(build_target_config) |
| 112 | |
| 113 | def _set_up_build_target(self, build_target_config: BuildTargetConfiguration) -> None: |
| 114 | """ |
no test coverage detected