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