/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_truncate.py
11 строк
264 B
Ville Skyttä
feat(truncate): new completion
19 ноя 2021, 10:26
19 ноя 2021, 10:26
9b535a1
Код
Авторство
О чём код?
import pytest class TestTruncate: @pytest.mark.complete("truncate ") def test_basic(self, completion): assert completion @pytest.mark.complete("truncate -", require_cmd=True) def test_options(self, completion): assert completion