-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add RenameTestCases transformer #191
Conversation
Codecov Report
@@ Coverage Diff @@
## main #191 +/- ##
==========================================
- Coverage 97.37% 97.31% -0.06%
==========================================
Files 25 26 +1
Lines 1409 1452 +43
==========================================
+ Hits 1372 1413 +41
- Misses 37 39 +2
Continue to review full report at Codecov.
|
Co-authored-by: Mateusz Nojek <[email protected]>
I've decided to split #183 into test case and keyword names.
I've also removed unnecessary characters from class descriptions and added url to transformer detailed docs to each description.
Closes #190