godot-xterm/test
Leroy Hopson 38927e0a3e
Fix winsize test to support unsigned short
The type of winsize.ws_col and winsize.ws_row is unsigned short, so
change python's struct.unpack format from 'hh' (short) to 'HH'.
Otherwise, we can only test sizes up to 32767 when actually sizes up to
65535 are supported.
2022-07-11 09:33:01 +12:00
..
files Add some files for manually testing fonts, colors and UTF8 2021-07-23 07:42:43 +07:00
import_plugins/xrdb Add basic .xrdb/.Xresources import plugin 2021-07-19 00:10:16 +07:00
integration Run tests in CI environment 2021-07-18 23:05:17 +07:00
platform/unix Fix winsize test to support unsigned short 2022-07-11 09:33:01 +12:00
scenes Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00
unit Increase terminal test yield timeout 2022-07-11 09:33:01 +12:00
.gutconfig.3.2.json Enable tests for v3.2 2021-07-23 22:07:57 +07:00
.gutconfig.ci.json Run tests in CI environment 2021-07-18 23:05:17 +07:00
.gutconfig.unix.json Run tests in CI environment 2021-07-18 23:05:17 +07:00
.gutconfig.windows.json Run tests in CI environment 2021-07-18 23:05:17 +07:00