/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_irb.py
11 строк
249 B
Ville Skyttä
test/irb: xfail options test if --help is not available
12 май 2020, 22:12
12 май 2020, 22:12
f5ea515
Код
Авторство
О чём код?
import pytest class TestIrb: @pytest.mark.complete("irb ") def test_1(self, completion): assert completion @pytest.mark.complete("irb -", require_longopt=True) def test_options(self, completion): assert completion