/
githubmirror
/
salt
Обзор
Документация
Войти
/
githubmirror
/
salt
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/pytests/functional/modules/conftest.py
11 строк
178 B
Megan Wilhite
Remove onedir pytest fixture workaround
04 авг 2023, 18:29
04 авг 2023, 18:29
3a42b0c
Код
Авторство
О чём код?
import pytest @pytest.fixture(scope="module") def modules(loaders): return loaders.modules @pytest.fixture(scope="module") def states(loaders): return loaders.states