Skip to content

Fix: load .env in integration test conftest#8

Merged
mgoldsborough merged 1 commit into
mainfrom
fix/dotenv-integration-tests
Apr 18, 2026
Merged

Fix: load .env in integration test conftest#8
mgoldsborough merged 1 commit into
mainfrom
fix/dotenv-integration-tests

Conversation

@JoeCardoso13

Copy link
Copy Markdown
Contributor

Summary

  • Add python-dotenv to dev dependencies in pyproject.toml
  • Call load_dotenv() in tests-integration/conftest.py before the env var gate

Closes #7

Add python-dotenv to dev dependencies and call load_dotenv() in
tests-integration/conftest.py so .env files are picked up automatically
before the API key gate runs.
@mgoldsborough mgoldsborough merged commit 2768158 into main Apr 18, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add python-dotenv to scaffolded conftest.py for integration tests

2 participants