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