v2.18.4 (#866)
Co-authored-by: Albert Jiang <aj@mistral.ai> Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Laure Hugo <201583486+laure0303@users.noreply.github.com> Co-authored-by: Mathias Gesbert <mathias.gesbert@mistral.ai> Co-authored-by: Mert Unsal <mert.unsal@mistral.ai> Co-authored-by: Michel Thomazo <51709227+michelTho@users.noreply.github.com> Co-authored-by: Paul VEZIA <166131032+le-codeur-rapide@users.noreply.github.com> Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai> Co-authored-by: Quentin <quentin.torroba@mistral.ai> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
4e495f658d
commit
ac8f1a09fd
83 changed files with 1979 additions and 572 deletions
|
|
@ -37,6 +37,7 @@ def test_detects_cursor_from_vscode_environment() -> None:
|
|||
@pytest.mark.parametrize(
|
||||
("term_program", "terminal"),
|
||||
[
|
||||
("Apple_Terminal", Terminal.APPLE_TERMINAL),
|
||||
("iterm.app", Terminal.ITERM2),
|
||||
("wezterm", Terminal.WEZTERM),
|
||||
("ghostty", Terminal.GHOSTTY),
|
||||
|
|
@ -58,6 +59,7 @@ def test_detects_term_program_mapping(term_program: str, terminal: Terminal) ->
|
|||
("ALACRITTY_SOCKET", Terminal.ALACRITTY),
|
||||
("ALACRITTY_LOG", Terminal.ALACRITTY),
|
||||
("WT_SESSION", Terminal.WINDOWS_TERMINAL),
|
||||
("WT_PROFILE_ID", Terminal.WINDOWS_TERMINAL),
|
||||
],
|
||||
)
|
||||
def test_detects_environment_marker_fallback(env_var: str, terminal: Terminal) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue