/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_xmlwf.py
15 строк
360 B
Ville Skyttä
feat(xmlwf): add -a and -b arg non-completions
01 авг 2021, 11:43
01 авг 2021, 11:43
3e55711
Код
Авторство
О чём код?
import pytest class TestXmlwf: @pytest.mark.complete("xmlwf ") def test_1(self, completion): assert completion @pytest.mark.complete("xmlwf -", require_cmd=True) def test_2(self, completion): assert completion @pytest.mark.complete("xmlwf -sa ") def test_no_arg_to_a(self, completion): assert not completion