Install various shells ON CI so we can test with them

This commit is contained in:
Kovid Goyal
2022-02-21 18:00:23 +05:30
parent c9cc832875
commit 081d6a3f16
2 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
import os
import shutil
import unittest
from contextlib import contextmanager
from tempfile import TemporaryDirectory
@@ -43,6 +45,7 @@ class ShellIntegration(BaseTest):
i -= 1
yield pty
@unittest.skipUnless(shutil.which('zsh'), 'zsh not installed')
def test_zsh_integration(self):
ps1, rps1 = 'left>', '<right'
with self.run_shell(