MarketSquare / MarketSquare/robotframework-tidy

Enhancement request: RenameTestCases and RenameKeywords transformers to detect camelCase names.

Open
#683 1 comment 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.