/
githubmirror
/
salt
Обзор
Документация
Войти
/
githubmirror
/
salt
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/pytests/functional/states/conftest.py
11 строк
178 B
Pedro Algarvio
Migrate `tests/integration/states/test_docker_container.py` to PyTest
18 фев 2021, 17:29
18 фев 2021, 17:29
9247ece
Код
Авторство
О чём код?
import pytest @pytest.fixture(scope="module") def states(loaders): return loaders.states @pytest.fixture(scope="module") def modules(loaders): return loaders.modules