Skip to content

improve unit test coverage#15

Merged
christopherjturner merged 2 commits into
mainfrom
AICE-122-improve-unit-test-coverage
Nov 28, 2025
Merged

improve unit test coverage#15
christopherjturner merged 2 commits into
mainfrom
AICE-122-improve-unit-test-coverage

Conversation

@bram2000
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread app/config.py Outdated
python_env: str | None = None
host: str | None = None
port: int | None = None
host: str = "localhost"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might need to check how this behaves when deployed to the actual environment. Feels like it should be fine since it defaults to 127.0.0.1 if not set, though i vaguely remember ECS sidecars being funny about localhost vs 127.0.0.1

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

127.0.0.1 works equally well for me I think. I'll just change it.

@christopherjturner christopherjturner merged commit a57f64a into main Nov 28, 2025
1 check passed
@christopherjturner christopherjturner deleted the AICE-122-improve-unit-test-coverage branch November 28, 2025 15:03
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.

2 participants