(self)
| 226 | return list(self._cli.run_before or []) |
| 227 | |
| 228 | def build_components(self): |
| 229 | if self._cli.components: |
| 230 | return self._cli.components |
| 231 | # because everything is nothing. |
| 232 | return list(Component) |
| 233 | |
| 234 | def setup_logging(self): |
| 235 | logging.config.dictConfig( |
no test coverage detected