/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_dd.py
11 строк
250 B
Ville Skyttä
test(dd,nproc): use require_longopt (#598)
31 авг 2021, 09:29
Не верифицирован
31 авг 2021, 09:29
b6e99e3
Код
Авторство
О чём код?
import pytest class TestDd: @pytest.mark.complete("dd --", require_longopt=True) def test_1(self, completion): assert completion @pytest.mark.complete("dd bs") def test_2(self, completion): assert completion == "="