/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_hash.py
11 строк
270 B
Ville Skyttä
feat(hash): new completion (#1013)
20 июл 2023, 15:12
Не верифицирован
20 июл 2023, 15:12
4d0bffb
Код
Авторство
О чём код?
import pytest class TestHash: @pytest.mark.complete("hash ", require_cmd=True) def test_basic(self, completion): assert completion @pytest.mark.complete("hash -", require_cmd=True) def test_options(self, completion): assert completion