[Repo Assist] docs: document test-container-proxy make target in CONTRIBUTING.md#2380
Closed
github-actions[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
The test-container-proxy target exists in Makefile and runs proxy mode integration tests with TLS and Docker, but was not documented in CONTRIBUTING.md's Testing section. Developers testing proxy mode had no way to discover this option without reading the Makefile directly. Closes #2313 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Mar 23, 2026
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.
🤖 This is an automated PR from Repo Assist.
Closes #2313.
Summary
The
test-container-proxymake target was missing from CONTRIBUTING.md's Testing section. Developers working on proxy mode had no way to discover this testing option without reading the Makefile directly or runningmake help.Change
Added a new "Container Proxy Tests (Optional)" subsection after the existing "Serena MCP Tests (Optional)" section, documenting the
test-container-proxytarget with its prerequisites (Docker daemon and GitHub token).Test Status
Documentation-only change. No code was modified.
test-container-proxy:target (lines 64–70)