Docs: document the matlab.unittest test harness in CLAUDE.md#83
Open
torwager wants to merge 1 commit into
Open
Docs: document the matlab.unittest test harness in CLAUDE.md#83torwager wants to merge 1 commit into
torwager wants to merge 1 commit into
Conversation
The Tests section still claimed "there is no test harness." Master now has canlab_run_all_tests (matlab.unittest), a canlab_test_*.m naming/discovery convention, a fault-tolerant walkthrough integration tier, and GitHub Actions CI (test.yml, tests-walkthroughs.yml, codespell.yml). Document the runner options, layout, Passed/Failed/Incomplete semantics, and prerequisites (CanlabCore + Neuroimaging_Pattern_Masks + SPM on path). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
The
## Testssection of CLAUDE.md still claimed "There is no test harness." That is now stale: master has a realmatlab.unittestharness (canlab_run_all_tests), acanlab_test_*.mdiscovery convention, a fault-tolerant walkthrough integration tier, and GitHub Actions CI (test.yml,tests-walkthroughs.yml,codespell.yml).This updates the Tests section (and the stale "no test runner" line in the intro) to document:
Walkthroughs,Tag,JUnit)canlab_test_*.mnaming/auto-discovery ruleDoc-only change. Locally verified the described commands: unit tier 261 passed / 0 failed / 2 incomplete; walkthrough tier 10/10 passed (R2026a + SPM25).
🤖 Generated with Claude Code