/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_javaws.py
15 строк
351 B
Ville Skyttä
test: formatting fixes flagged by ruff
26 апр 2025, 10:37
26 апр 2025, 10:37
dd4d25e
Код
Авторство
О чём код?
import pytest class TestJavaws: @pytest.mark.complete("javaws ") def test_1(self, completion): assert completion @pytest.mark.complete( "javaws -", require_cmd=True, xfail="! (javaws -help 2>&1 || :) | command grep -q -- '[[:space:]]-'", ) def test_2(self, completion): assert completion