/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_objcopy.py
11 строк
257 B
Ville Skyttä
test: add bunch of basic option parsing test cases
04 июл 2019, 12:37
04 июл 2019, 12:37
faacf36
Код
Авторство
О чём код?
import pytest class TestObjcopy: @pytest.mark.complete("objcopy ") def test_1(self, completion): assert completion @pytest.mark.complete("objcopy -", require_cmd=True) def test_options(self, completion): assert completion