Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fish integration tests #4735

Merged
merged 3 commits into from
Feb 23, 2022
Merged

Conversation

page-down
Copy link
Contributor

Add fish integration tests.

Also I noticed that when getting the last command output and comparing the text on the screen it does not match. This is because the last command output is missing the newlines.

kitty/kitty_tests/__init__.py

def last_cmd_output( ... ):
    # ...
    return ''.join(lines)

Do we need to use \n to concatenate lines here?

@kovidgoyal
Copy link
Owner

kovidgoyal commented Feb 23, 2022 via email

@kovidgoyal kovidgoyal merged commit 28ab9bf into kovidgoyal:master Feb 23, 2022
@page-down page-down deleted the test-ksi-fish branch February 23, 2022 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants