-
Notifications
You must be signed in to change notification settings - Fork 95
add lower() and upper for py str feat:(#232) #233
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
Conversation
feat #232 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
thanks for the PR.
could you send another PR against go-python/license adding yourself to the AUTHORS
and/or CONTRIBUTORS
file(s) ?
then I'll merge this one in.
thanks again.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #233 +/- ##
==========================================
+ Coverage 75.45% 75.47% +0.01%
==========================================
Files 79 79
Lines 13214 13222 +8
==========================================
+ Hits 9971 9979 +8
Misses 2568 2568
Partials 675 675 ☔ View full report in Codecov by Sentry. |
perhaps also add a test for (to appease the testing gods) |
needs go-python/license#22 |
Thanks a lot for this PR. do you want to give the last leg of #232 ( |
I'll try it when I have time. |
add lower() and upper for py str
Updates #232