/
githubmirror
/
salt
Обзор
Документация
Войти
/
githubmirror
/
salt
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/pytests/functional/cli/conftest.py
9 строк
221 B
Pedro Algarvio
Bump to pytest-salt-factories >= 0.903.x
29 май 2021, 00:48
29 май 2021, 00:48
aef8fdc
Код
Авторство
О чём код?
import pytest @pytest.fixture(scope="package") def salt_cloud_cli(salt_master_factory): """ The ``salt-cloud`` CLI as a fixture against the running master """ return salt_master_factory.salt_cloud_cli()