Python
fromdaniel.feldroy.com
2 months agoTIL: Setting environment variables for pytest
Use pytest-env and pyproject.toml to set environment variables for pytest tests instead of modifying os.environ, ensuring isolated, controlled test environments.