/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_dcop.py
9 строк
188 B
Ville Skyttä
test(dcop): skip if basic invocation errors out
15 май 2023, 23:57
15 май 2023, 23:57
8729f53
Код
Авторство
О чём код?
import pytest class TestDcop: @pytest.mark.complete( "dcop ", require_cmd=True, skipif="! dcop &>/dev/null" ) def test_1(self, completion): assert completion