DEBSOURCES
Skip Quicknav
sources / trash-cli / 0.24.5.26-0.3 / tests / support / dirs / temp_dir.py
12345678910
import pytest from tests.support.dirs.my_path import MyPath @pytest.fixture def temp_dir(): temp_dir = MyPath.make_temp_dir() yield temp_dir temp_dir.clean_up()