fix(ci,docs): use unittest discovery for scripts.tests and align the-walk default route - #360
Merged
Merged
Conversation
…walk default route Signed-off-by: Jared Scott <jared.scott@variable.team>
Contributor
CoverageThreshold: |
…stention Signed-off-by: Jared Scott <jared.scott@variable.team>
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.
Implements DRC-4557 - The platform-tests job runs a third hand-kept scripts.tests list that has drifted from the other two
Implements DRC-4549 - the-walk.md says #n=sessions is the default route; the board opens at #n=projects
Summary
scripts.tests.*module lists in.github/workflows/quality-gate.yml(runtime-floor,test, andplatform-tests) andAGENTS.mdwithpython -m unittest discover -s scripts/tests -t scripts/tests.ScriptTestsDiscoveryContractTestinscripts/tests/test_validate_plugins.pyto assert discovery coverage and prevent regression to hand-kept lists..claude/skills/visual-review-and-fix/references/the-walk.mdroutes section to state that#n=projectsis the default route per NUI-16 indocs/design-next-ui.md, and#n=sessionsis fleet operations.Verification
python3 -m unittest scripts.tests.test_validate_plugins.ScriptTestsDiscoveryContractTest(2 tests, pass)coverage run -m unittest discover -s cargento/skills/cargento/tests -t .coverage run -a -m unittest discover -s scripts/tests -t scripts/testscoverage report(86.8% coverage, pass)ruff check .,ruff format --check .,mypy,lint_embedded.py,validate_plugins.py,bump_version.py) passed cleanly.