We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add transformer for test case and keyword naming. It should:
It could also replace _ with so it could make commands directly copied from Python looks more like RF keywords: my_python_keyword -> My Python Keyword
_
my_python_keyword
My Python Keyword
The text was updated successfully, but these errors were encountered:
#52
Sorry, something went wrong.
It would be best to implement #182 first to make it easier to add this transformer to configuration.
Successfully merging a pull request may close this issue.
Add transformer for test case and keyword naming. It should:
It could also replace
so it could make commands directly copied from Python looks more like RF keywords:
_
withmy_python_keyword
->My Python Keyword
The text was updated successfully, but these errors were encountered: