#pytest-env

[ follow ]
Python
fromdaniel.feldroy.com
4 days ago

TIL: 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.
[ Load more ]