jeffwright13 / pytest-fold

A Pytest plugin to make console output more manageable when there are multiple failed tests
MIT License
12 stars 2 forks source link

Need a way to resize PyTermTk after rendering #47

Closed jeffwright13 closed 2 years ago

jeffwright13 commented 2 years ago

Once the PyTermTk GUi has rendered (which happens automatically after test execution), we need a way to resize it without corrupting the rendering. It is not unreasonable to expect that someone will want to resize their terminal, and either the GUi should resize with it, or (less attractive), it should be able to be resized manually.

jeffwright13 commented 2 years ago

This is actually working now with latest PyTermTk library.