/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_sbcl_mt.py
8 строк
226 B
Ville Skyttä
test: fix incorrect fixtures/shared/default xfails/expectations
06 май 2020, 22:28
06 май 2020, 22:28
f0fe52c
Код
Авторство
О чём код?
import pytest @pytest.mark.bashcomp(cmd="sbcl-mt") class TestSbclMt: @pytest.mark.complete("sbcl-mt shared/default/") def test_1(self, completion): assert completion == ["bar", "bar bar.d/", "foo", "foo.d/"]