/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_pdftoppm.py
11 строк
264 B
Ville Skyttä
test(pdftoppm): require command for options test
14 апр 2021, 20:27
14 апр 2021, 20:27
bd69536
Код
Авторство
О чём код?
import pytest class TestPdftoppm: @pytest.mark.complete("pdftoppm ") def test_files(self, completion): assert completion @pytest.mark.complete("pdftoppm -", require_cmd=True) def test_options(self, completion): assert completion