/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_xev.py
11 строк
253 B
Ville Skyttä
feat(xev): new completion
02 мар 2021, 00:01
02 мар 2021, 00:01
48e12d3
Код
Авторство
О чём код?
import pytest class TestXev: @pytest.mark.complete("xev ") def test_basic(self, completion): assert not completion @pytest.mark.complete("xev -", require_cmd=True) def test_options(self, completion): assert completion