1 2 3 4 5 6 7 8 9
import os from typing import Dict import pytest @pytest.fixture(scope="session") def os_env() -> Dict[str, str]: return os.environ.copy()