Skip to content

Fix #58: Reliably run tests after implementation#59

Merged
max-tet merged 1 commit intomainfrom
clayde/issue-58-run-tests-reliably
Mar 31, 2026
Merged

Fix #58: Reliably run tests after implementation#59
max-tet merged 1 commit intomainfrom
clayde/issue-58-run-tests-reliably

Conversation

@ClaydeCode
Copy link
Copy Markdown
Owner

Closes #58

Updated implement.j2 and address_review.j2 to make test execution mandatory when a test suite is discoverable. If a test runner exists, tests must pass before committing (pre-existing failures are exempt but must be mentioned in the PR summary). If no test runner is discoverable, the step is skipped. All 284 existing tests pass.

Updated implement.j2 and address_review.j2 to require that tests pass
before committing. Pre-existing failures are exempt but must be mentioned
in the PR summary. If no test runner is discoverable, the step is skipped.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ClaydeCode ClaydeCode requested a review from max-tet March 31, 2026 08:16
@max-tet max-tet merged commit dd4360a into main Mar 31, 2026
2 checks passed
@max-tet max-tet deleted the clayde/issue-58-run-tests-reliably branch March 31, 2026 08:36
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.

Reliably run tests after implementation

2 participants