MarketSquare / MarketSquare/robotframework-tidy
Enhancement request: RenameTestCases and RenameKeywords transformers to detect camelCase names.
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- RobotFramework
- Stars
- 113
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
**Enhancement request:** RenameTestCases and RenameKeywords transformers to detect camelCase names.
`MyNewKeyword` and `MyNewTest` should be reformatted to `My New Keyword` and `My New Test`.
(Similar functionality already exists in RenameVariables transformer.)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the RenameTestCases and RenameKeywords transformers, then compare their name handling with the existing RenameVariables transformer. Verify the change using the examples in the issue: MyNewKeyword should become My New Keyword and MyNewTest should become My New Test.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100