feat: run integration tests against Docker containers#39
Merged
Conversation
Contributor
Qodana for PythonIt seems all right 👌 No new problems were found according to the checks applied @@ Code coverage @@
+ 73% total lines covered
773 lines analyzed, 572 lines covered
# Calculated according to the filters of your coverage tool💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
8736ceb to
9746e66
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR refactors the integration test setup to use TestContainers with Docker Compose instead of relying on a production instance. It ensures that integration tests run in a controlled, versioned environment without requiring sensitive production tokens, and enables public contributors to successfully run the tests in their pull requests.
Motivation and Context
The current integration tests depend on a production instance, causing issues such as failing public PR tests due to missing credentials and inconsistent environments. This change solves these problems by:
How Has This Been Tested?
Documentation:
N/A
Checklist: