/
githubmirror
/
salt
Обзор
Документация
Войти
/
githubmirror
/
salt
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/unit/conftest.py
10 строк
225 B
Pedro Algarvio
Update to isort 5.10.1
01 авг 2022, 21:49
01 авг 2022, 21:49
4d49013
Код
Авторство
О чём код?
import pathlib import pytest from tests.support.runtests import RUNTIME_VARS @pytest.fixture(scope="session", autouse=True) def _create_old_tempdir(): pathlib.Path(RUNTIME_VARS.TMP).mkdir(exist_ok=True, parents=True)