Skip to content
New issue

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

[Transformer] Enforce test case / keyword names convention #183

Closed
bhirsz opened this issue Aug 23, 2021 · 2 comments · Fixed by #194
Closed

[Transformer] Enforce test case / keyword names convention #183

bhirsz opened this issue Aug 23, 2021 · 2 comments · Fixed by #194

Comments

@bhirsz
Copy link
Member

bhirsz commented Aug 23, 2021

Add transformer for test case and keyword naming. It should:

  1. be non default (due to issues with embedded variables)
  2. allow to configure test case and keyword naming separetly
  3. convention should be configurable from: title case, capitalize, none (leave as it is)

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

@bhirsz
Copy link
Member Author

bhirsz commented Aug 23, 2021

#52

@bhirsz
Copy link
Member Author

bhirsz commented Aug 23, 2021

It would be best to implement #182 first to make it easier to add this transformer to configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant