/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_lsusb.py
10 строк
218 B
Ville Skyttä
test_lsusb: xfail with unparseable --help
01 май 2019, 18:31
01 май 2019, 18:31
e717ce4
Код
Авторство
О чём код?
import pytest class TestLsusb: @pytest.mark.complete( "lsusb -", xfail="! (lsusb --help 2>&1 || :) | command grep -qF -- --help", ) def test_1(self, completion): assert completion