`generate_cylc_workflow.py` and `testreporter.py` should be renamed to remove `.py` extension
Open
Low Priority
tp: script tools
ty: enhancement
- Dominant language
- Python
- Stars
- 174
- Forks
- 225
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 14
Description
For the most part, executable scripts in cime do not have any extension. This makes sense to me: when you're running a script, it shouldn't matter what language that script is written in - and the command to run the script ideally shouldn't change if the script's language changes in the future.
But I noticed two exceptions: `generate_cylc_workflow.py` and `testreporter.py`. I feel that these should be renamed to remove the `.py` extension.
Contributor guide
Assessment
This issue has not been assessed yet.