/
githubmirror
/
salt
Обзор
Документация
Войти
/
githubmirror
/
salt
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/pytests/pkg/integration/test_ssm.py
15 строк
271 B
Megan Wilhite
Migrate package tests to the main test suite
13 дек 2023, 01:29
13 дек 2023, 01:29
d453007
Код
Авторство
О чём код?
import os import pytest pytestmark = [ pytest.mark.skip_unless_on_windows, ] def test_ssm_present(install_salt): """ The ssm.exe binary needs to be present in both the zip and the exe/msi builds """ assert os.path.exists(install_salt.ssm_bin)