/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_dmesg.py
12 строк
269 B
Ville Skyttä
test(dmesg,vipw): expect no options on macOS
07 май 2021, 21:23
07 май 2021, 21:23
ccf7bf6
Код
Авторство
О чём код?
import sys import pytest class TestDmesg: @pytest.mark.complete("dmesg -", require_cmd=True) def test_1(self, completion): if sys.platform == "darwin": assert not completion # takes no options else: assert completion