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