(self, summary, output)
| 554 | return transport |
| 555 | |
| 556 | def build_summary_table(self, summary, output): |
| 557 | build_exec_summary_table(summary, 0, 0, False, output, is_prettyprint=True, |
| 558 | separate_prefix_column=False) |
| 559 | |
| 560 | def _get_sleep_interval(self, start_time): |
| 561 | """Returns a step function of time to sleep in seconds before polling |
no test coverage detected