/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_2to3.py
11 строк
246 B
Ville Skyttä
style(test): remove redundant require_cmd with require_longopt
31 июл 2021, 10:54
31 июл 2021, 10:54
074ff4c
Код
Авторство
О чём код?
import pytest class Test2to3: @pytest.mark.complete("2to3 ") def test_1(self, completion): assert completion @pytest.mark.complete("2to3 -", require_longopt=True) def test_2(self, completion): assert completion