Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix failing tests when run in parallel
Fixes #5327. Normally when running tests with Textual, the default size of the simulated app is 80x24. However it seems when tests are run in parallel with xdist on Python 3.13, `app.console.height` returns the _actual_ height of the terminal, causing tests to fail.
- Loading branch information