DEBSOURCES
Skip Quicknav
sources / python-ebooklib / 0.20-1 / tests / conftest.py
123456
import pytest @pytest.fixture(scope="session") def session_temp_dir(tmp_path_factory): return tmp_path_factory.mktemp("ebooklib")