kitty/kitty_tests
James McCoy f0d497dfe0
Skip bash shell_integration tests if bash is a debug build
Switch to using BASH_VERSINFO rather than BASH_VERSION, since it
provides structured data.

    BASH_VERSINFO
           A readonly array variable whose members hold version information for this instance of bash.  The values assigned to the array members are as follows:
           BASH_VERSINFO[0]        The major version number (the release).
           BASH_VERSINFO[1]        The minor version number (the version).
           BASH_VERSINFO[2]        The patch level.
           BASH_VERSINFO[3]        The build version.
           BASH_VERSINFO[4]        The release status (e.g., beta1).
           BASH_VERSINFO[5]        The value of MACHTYPE.

When release status is not "release", bash builds are in debug mode and
output extra information which disturbs the integration.

Closes #5473
2022-09-05 11:37:37 -04:00
..
__init__.py Give up on signal delivery tests 2022-08-01 19:03:02 +05:30
bench_scrollback.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
CascadiaCode-Regular.otf Fix rendering of ligatures in the latest release of Cascadia code 2021-02-15 11:57:57 +05:30
check_build.py ... 2022-08-30 10:40:59 +05:30
choose.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
crypto.py Add tests for AES256GCM 2022-08-05 13:50:03 +05:30
datatypes.py Sanitize notifications ids as they are retransmitted over the TTY 2022-09-05 10:41:19 +05:30
diff.py diff kitten: tests for directory walking 2022-06-06 11:01:45 +02:00
file_transmission.py Reset global options object in the tests 2022-06-07 10:58:03 +05:30
FiraCode-Medium.otf Improve handling of infinite length ligatures in newer versions of FiraCode and CascadiaCode. 2021-02-15 15:49:09 +05:30
fonts.py Reset global options object in the tests 2022-06-07 10:58:03 +05:30
glfw.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
gr.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
graphics.py Graphics protocol: Only delete temp files if they have the string tty-graphics-protocol in their file paths. 2022-08-16 11:25:33 +05:30
hints.py Fix hints sometimes matching next line as part of URL 2022-08-30 22:24:58 +02:00
iosevka-regular.ttf Fix ligatures not working with the Iosevka font 2021-06-04 12:18:17 +05:30
keys.py Forgot to adjust test for new mouse encoding 2022-04-07 17:23:23 +05:30
layout.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
LiberationMono-Regular.ttf Use only cluster numbers and glyph sizes for grouping glyphs into cells 2017-11-12 23:43:21 +05:30
main.py DRYer 2022-07-13 19:49:40 +05:30
mouse.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
open_actions.py The open_actions() test needs options set 2022-01-24 15:21:32 +05:30
options.py Allow pixel based adjustments as well 2022-07-15 11:45:43 +05:30
parser.py Also test changing of title when running command 2022-02-21 21:17:52 +05:30
prewarm.py Fix exec in prewarm forked process sometimes inheriting env vars from grandparent process 2022-08-30 19:03:32 +05:30
screen.py Fix missing last line when getting output of the running command 2022-07-02 12:33:58 +08:00
search_query_parser.py Fix parsing of quoted words 2022-04-12 19:31:56 +05:30
shell_integration.py Skip bash shell_integration tests if bash is a debug build 2022-09-05 11:37:37 -04:00
ssh.py ssh kitten: A new option :code:--symlink-strategy to control how symlinks are copied to the remote machine 2022-07-03 14:03:56 +05:30
tui.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
unicode_input.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
utmp.py More cleanups 2021-10-05 11:58:06 +05:30