add local test command#191
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new bootdev local-test command to run a local cli.yaml manifest through the existing CLI/HTTP check runner and render the results, plus introduces local-side grading logic to simulate submission outcomes.
Changes:
- Add
local-testCobra command that loads a local manifest, runs checks, and simulates grading. - Add YAML tags to
client.CLIDataand related structs to support unmarshalling local manifests. - Introduce
checks/local.gofor evaluating results and producing aLessonSubmissionEvent, with tests covering the new behavior.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Promotes YAML v3 dependency to direct for local manifest parsing. |
| cmd/localtest.go | Adds bootdev local-test command, manifest loading, OS gating, and local grading flow. |
| cmd/localtest_test.go | Tests manifest loading from a lesson directory (cli.yaml). |
| client/lessons.go | Adds yaml: struct tags to support manifest unmarshalling into existing lesson data types. |
| checks/local.go | Adds local result evaluation + event creation used by local-test. |
| checks/local_test.go | Tests local grading logic for CLI/HTTP results and jq evaluation. |
| checks/jq_test.go | Updates fixture strings in jq tests (no behavior change). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
squashd
approved these changes
Jun 11, 2026
e34f5f9 to
99f8d5c
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.
No description provided.