Implement to return the runner class
()
| 232 | return [i.get_opt_string() for i in parser.option_list] |
| 233 | |
| 234 | def get_runner_class(): |
| 235 | """Implement to return the runner class""" |
| 236 | return None |
| 237 | |
| 238 | @contextmanager |
| 239 | def with_fake_rdb(self): |
no outgoing calls
no test coverage detected