draft: feat(tests): pinned Claude Code acceptance test harness (#871) - #978
Draft
Artemon-line wants to merge 1 commit into
Draft
Conversation
Artemon-line
force-pushed
the
feat/rhaieng-7274-claude-code-and-azure-oidc
branch
from
September 8, 2026 12:31
37ce9db to
9bc6ed0
Compare
|
Unsigned commits: 9bc6ed0. Please sign your commits. |
Artemon-line
force-pushed
the
feat/rhaieng-7274-claude-code-and-azure-oidc
branch
12 times, most recently
from
September 8, 2026 17:27
34389f2 to
89c9026
Compare
- Add ClientTestHarness and pinned Claude Code E2E acceptance test suite (praxis-proxy#871) covering deterministic multi-turn coding tasks over /v1/messages. - Enforce strict version assertion (CLAUDE_CODE_EXPECTED_VERSION = "0.2.29"). - Install pinned Claude Code CLI in integration test workflow (.github/workflows/integration.yaml). Signed-off-by: Artemy <ahladenk@redhat.com>
Artemon-line
force-pushed
the
feat/rhaieng-7274-claude-code-and-azure-oidc
branch
from
September 8, 2026 17:33
89c9026 to
82ee418
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.
Summary
Implements
ClientTestHarness(tests/integration/tests/suite/harness.rs) and a pinned Claude Code E2E acceptance suite (tests/integration/tests/suite/claude_code.rs).input.json,result.txt, and executable./verify.sh. Independently asserts file modifications and exit codes outside client text output.0.2.29and 4-turn coding task completion through Praxis Anthropic Messages API (/v1/messages)..github/workflows/integration.yaml.Closes #871
Validation
cargo test -p praxis-tests-integration --test suite claude_code(2 passed)make lint(11/11 checks passed)Checklist
Signed-off-bytrailer.Breaking changes
No breaking change.