/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_portupgrade.py
8 строк
226 B
Ville Skyttä
test: portinstall/upgrade test case and setup fixes
29 июн 2019, 22:05
29 июн 2019, 22:05
669c3fe
Код
Авторство
О чём код?
import pytest @pytest.mark.bashcomp(pre_cmds=("PKG_DBDIR=$PWD/pkgtools/db",)) class TestPortupgrade: @pytest.mark.complete("portupgrade ") def test_1(self, completion): assert completion == "a b-c-d".split()