/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_reportbug.py
11 строк
298 B
Ville Skyttä
feat(reportbug): parse various option args from option help
06 дек 2022, 22:55
06 дек 2022, 22:55
dea48ff
Код
Авторство
О чём код?
import pytest class TestReportbug: @pytest.mark.complete("reportbug --m", require_cmd=True) def test_1(self, completion): assert completion @pytest.mark.complete("reportbug --bts=", require_cmd=True) def test_bts(self, completion): assert "default" in completion