ENH: Add script to update ITK testing macros names#1009
Conversation
Add script to update ITK testing macros names. Motivated by PR InsightSoftwareConsortium#999. This script should ease the task to update the testing macros names in remote modules when used together with the [ApplyScriptToRemotes.sh](https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/ApplyScriptToRemotes.sh) script.
|
Tested as a stand-alone script. Working to apply it to remotes. Related to this, I was wondering whether we should make the I thought about it because to apply the above patch, I had to look at #999, see the changes in
However, identifying the "changes to be applied" from the diff file to be applied to other files does not seem straightforward, to say the least. So if we do not foresee the latter as doable, I do not see the necessity of making the I am not willing to tackle this now (both modifying |
|
Adding variable number of arguments to |
…dUpdateTestingMacrosNamesScript ENH: Add script to update ITK testing macros names
Add script to update ITK testing macros names.
Motivated by PR #999.
This script should ease the task to update the testing macros names in
remote modules when used together with the
ApplyScriptToRemotes.shscript.PR Checklist
Refer to the ITK Software Guide for
further development details if necessary.