/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_gkrellm.py
10 строк
243 B
Ville Skyttä
test(pytest): pytest.mark.skip instead of xfail where appropriate
25 июн 2026, 21:30
25 июн 2026, 21:30
b00976f
Код
Авторство
О чём код?
import os import pytest @pytest.mark.skipif(not os.environ.get("DISPLAY"), reason="X display required") class TestGkrellm: @pytest.mark.complete("gkrellm -", require_cmd=True) def test_1(self, completion): assert completion