/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_readlink.py
11 строк
264 B
Pádraig Brady
feat(coreutils): update for newer GNU coreutils (#1457)
19 окт 2025, 11:05
Не верифицирован
19 окт 2025, 11:05
594de4e
Код
Авторство
О чём код?
import pytest class TestReadlink: @pytest.mark.complete("readlink ") def test_1(self, completion): assert completion @pytest.mark.complete("readlink -", require_longopt=True) def test_options(self, completion): assert completion