/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_shtab.py
11 строк
277 B
Ville Skyttä
feat(shtab): add 3rd party fallback completion loader
13 апр 2025, 14:33
13 апр 2025, 14:33
20f5622
Код
Авторство
О чём код?
import pytest class TestShtab: @pytest.mark.complete("shtab ", require_cmd=True) def test_basic(self, completion): assert not completion @pytest.mark.complete("shtab -", require_cmd=True) def test_options(self, completion): assert completion