/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_ldd.py
13 строк
293 B
Ville Skyttä
test/ldd: xfail if --help is not implemented
17 мар 2020, 22:21
17 мар 2020, 22:21
71b465a
Код
Авторство
О чём код?
import pytest class TestLdd: @pytest.mark.complete("ldd ") def test_1(self, completion): assert completion @pytest.mark.complete( "ldd -", require_cmd=True, xfail="! ldd --help &>/dev/null" ) def test_options(self, completion): assert completion