/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_fprintd_verify.py
14 строк
332 B
Ville Skyttä
feat(fprintd-*): new completions
07 ноя 2024, 14:36
07 ноя 2024, 14:36
8aa4914
Код
Авторство
О чём код?
import pytest @pytest.mark.bashcomp( cmd="fprintd-verify", ) class TestFprintdVerify: @pytest.mark.complete("fprintd-verify ") def test_basic(self, completion): assert completion @pytest.mark.complete("fprintd-verify -", require_cmd=True) def test_options(self, completion): assert completion