/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_arch.py
8 строк
215 B
Ville Skyttä
test: mark more tests that parse command output as requiring command
13 июл 2019, 11:49
13 июл 2019, 11:49
503143b
Код
Авторство
О чём код?
import pytest @pytest.mark.bashcomp(pre_cmds=("PATH=/usr/lib/mailman/bin:$PATH",)) class TestArch: @pytest.mark.complete("arch -", require_cmd=True) def test_1(self, completion): assert completion