/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_free.py
11 строк
256 B
Ville Skyttä
feat(free): new completion
14 мар 2025, 09:42
14 мар 2025, 09:42
f82ac04
Код
Авторство
О чём код?
import pytest class TestFree: @pytest.mark.complete("free ") def test_basic(self, completion): assert not completion @pytest.mark.complete("free -", require_cmd=True) def test_options(self, completion): assert completion