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