Skip to content

Conversation

@kyleconroy
Copy link
Collaborator

Add a -check-skipped flag to the test suite that runs tests marked
with todo:true instead of skipping them. This makes it easy to see
which previously-skipped tests now pass and can have their todo flag
removed.

Usage: go test ./parser -check-skipped -v

Tests that pass show "PASSES NOW - can remove todo flag from: "
Tests that fail show "STILL FAILING ():

Details"

Add a -check-skipped flag to the test suite that runs tests marked
with todo:true instead of skipping them. This makes it easy to see
which previously-skipped tests now pass and can have their todo flag
removed.

Usage: go test ./parser -check-skipped -v

Tests that pass show "PASSES NOW - can remove todo flag from: <name>"
Tests that fail show "STILL FAILING (<reason>): <details>"
After adding the -check-skipped flag, identified 328 tests that were
marked as todo but now pass all checks. Removed the todo flag from
their metadata.json files (deleted the file entirely if todo was the
only field).

Also updated CLAUDE.md to document the -check-skipped workflow for
identifying passing skipped tests after parser fixes.
@kyleconroy kyleconroy merged commit 1ee1827 into main Dec 17, 2025
1 check passed
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.

3 participants