test-suite: renamed actions for clarity#5747
Merged
walterbender merged 1 commit intomasterfrom Feb 15, 2026
Merged
Conversation
Contributor
|
✅ All Jest tests passed! This PR is ready to merge. |
Ashutoshx7
added a commit
to Ashutoshx7/musicblocks
that referenced
this pull request
Feb 16, 2026
Adds 'Pitch Palette Tests Advanced' action (18 blocks) testing settransposition with pitch blocks. Follows the naming convention from PR sugarlabs#5747. Removed redundant Pitch Palette (Beginner) as master already includes the comprehensive 'Pitch Palette Tests Beginner' action with assertions. Rebased on current master (938a676).
Ashutoshx7
added a commit
to Ashutoshx7/musicblocks
that referenced
this pull request
Feb 16, 2026
Adds 'Intervals Palette Tests Beginner' (18 blocks) testing settransposition with perfect fifth interval (7 semitones). Adds 'Intervals Palette Tests Advanced' (18 blocks) testing semitoneinterval with tritone (6 semitones). Follows naming convention from PR sugarlabs#5747. Rebased on current master (938a676). Total blocks: 694 -> 732 (38 new blocks + 2 nameddo calls).
Ashutoshx7
added a commit
to Ashutoshx7/musicblocks
that referenced
this pull request
Feb 16, 2026
Adds 'Rhythm Palette Tests Extended' (29 blocks) testing additional rhythm blocks: multiplybeatfactor, skipnotes, and rhythmicdot2 in combination. Supplements master's existing Rhythm Palette Tests Beginner and Advanced with blocks not covered there. Removed redundant Beginner action as master already has comprehensive 192-block version with assertions. Follows naming convention from PR sugarlabs#5747. Rebased on current master (938a676). Total blocks: 694 -> 724 (29 new blocks + 1 nameddo call).
Ashutoshx7
added a commit
to Ashutoshx7/musicblocks
that referenced
this pull request
Feb 16, 2026
Adds 'Rhythm Palette Tests Extended' (29 blocks) testing additional rhythm blocks: multiplybeatfactor, skipnotes, and rhythmicdot2 in combination. Supplements master's existing Rhythm Palette Tests Beginner and Advanced with blocks not covered there. Removed redundant Beginner action as master already has comprehensive 192-block version with assertions. Follows naming convention from PR sugarlabs#5747. Rebased on current master (938a676). Total blocks: 694 -> 724 (29 new blocks + 1 nameddo call).
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 action block names now refer to the palettes that are being tested.