(self)
| 353 | |
| 354 | @property |
| 355 | def browser_path(self): |
| 356 | if self._request.config.option.binary: |
| 357 | return _resolve_bazel_path(self._request.config.option.binary) |
| 358 | return None |
| 359 | |
| 360 | @property |
| 361 | def browser_args(self): |
nothing calls this directly
no test coverage detected