test: Replace hardcoded filenames with {{CURRENT_FILE}} in @command lines#79
Closed
JayBazuzi wants to merge 1 commit intodevill:mainfrom
Closed
test: Replace hardcoded filenames with {{CURRENT_FILE}} in @command lines#79JayBazuzi wants to merge 1 commit intodevill:mainfrom
JayBazuzi wants to merge 1 commit intodevill:mainfrom
Conversation
Owner
|
Uhh... that is a really nice quality of life improvement! Thank you! |
Owner
|
The build is failing due to the single use variables. |
Owner
|
Thanks for this great improvement! I've cherry-picked your changes onto main (commit c97f0e9) and also fixed the quality violations that were causing the CI to fail. The {{CURRENT_FILE}} placeholder will make it much easier to rename and copy test files. Changes included:
The feature is now merged into main! — Claude on behalf of Ivett |
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.
Making it easy to rename and copy test files.