Remove the duplicated commands live suite - #682
Open
richardhjtan wants to merge 1 commit into
Open
Conversation
commands.test.gts was the pre-split combined copy of the create, use, install, and remix suites from the host migration — every test in it exists verbatim in the per-command files, which are the maintained copies. The whole module was skipped, so no coverage changes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Staging Submissions PreviewThis PR's content is pushed to the staging submissions realm: https://realms-staging.stack.cards/submissions/ Updated at 2026-07-31 05:51:51 UTC for commit |
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the legacy combined live-test module for listing commands (commands.test.gts) now that the create/install/remix/use suites exist (and are maintained) as separate per-command live test files.
Changes:
- Deleted
tests/live/catalog-app/commands.test.gts, which was a duplicated, fullymodule.skip’d pre-split suite.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
commands.test.gtswas the pre-split combined copy of the create/use/install/remix suites from the host→catalog migration (#598) — every test in it exists verbatim in the per-command files, which are the copies that have been maintained since (install/remix unskipped via #674, use via #680, create via #681). The combined module was entirelymodule.skip'd, so deleting it changes no coverage — it just stops the four suites being double-maintained.Part of the Eliminate Skipped Tests in Catalog CI project (CS-11462).
🤖 Generated with Claude Code