Skip to content

Comments

tests: fix integration tests#120

Open
srebrek wants to merge 1 commit intomainfrom
tests/fix-integration-tests
Open

tests: fix integration tests#120
srebrek wants to merge 1 commit intomainfrom
tests/fix-integration-tests

Conversation

@srebrek
Copy link
Collaborator

@srebrek srebrek commented Feb 11, 2026

tests: fix integration tests

  • Configure host middleware (error was thrown before).
  • Use Fuzz "sentence similarity" algotithm to accept not identical but good enough results.
  • Reduced average Should_AnswerGameFromImage_ChatWithVision test execution time from 60s to 7s

!!! Review #119 Before !!!

@srebrek srebrek self-assigned this Feb 11, 2026
Base automatically changed from refactor/model-configuration to main February 13, 2026 09:46
- Configure host middleware (error was thrown before).
- Use Fuzz "sentence similarity" algotithm to accept not identical but good enough results.
- Reduced average Should_AnswerGameFromImage_ChatWithVision test execution time from 60s to 7s
@srebrek srebrek force-pushed the tests/fix-integration-tests branch from 200ba82 to 54a3aed Compare February 13, 2026 11:16
{
webBuilder
.UseUrls("http://localhost:0") // Random available port
.UseUrls("http://127.0.0.1:0") // Random available port
Copy link
Contributor

Choose a reason for hiding this comment

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

why?

var provider = services.BuildServiceProvider();
provider.UseMaIN();
})
.Configure(app =>
Copy link
Contributor

Choose a reason for hiding this comment

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

what this change is for?

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