(self, response)
| 59 | self.patch_tty.stop() |
| 60 | |
| 61 | def get_expected_content(self, response): |
| 62 | content = json.dumps(response, indent=4) |
| 63 | content += '\n' |
| 64 | return content |
| 65 | |
| 66 | def write_cli_pager_config(self, pager): |
| 67 | config_file = self.files.create_file( |