/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_xgamma.py
12 строк
318 B
Ville Skyttä
test: work around false positive typos
12 окт 2024, 11:18
12 окт 2024, 11:18
0bdb788
Код
Авторство
О чём код?
import pytest class TestXgamma: @pytest.mark.complete("xgamma -", require_cmd=True) def test_1(self, completion): assert completion @pytest.mark.complete("xgamma -gamm", require_cmd=True) def test_2(self, completion): assert completion == "a" assert completion.endswith(" ")