(cls)
| 432 | |
| 433 | @classmethod |
| 434 | def reset_shell(cls): |
| 435 | cls.shell.per.bottom.delete(f'{cls.n_preface_lines+1}.0', 'end-1c') |
| 436 | cls.shell.shell_sidebar.update_sidebar() |
| 437 | cls.root.update() |
| 438 | |
| 439 | def setUp(self): |
| 440 | # In some test environments, e.g. Azure Pipelines (as of |
no test coverage detected