Description
Sets environment variables for pytest runs from project configuration. It helps test suites define predictable settings without requiring every developer or CI job to export them manually.
Environment variables can include secrets or change behavior dramatically. Do not store real credentials in test configuration and keep precedence rules clear.