-
Notifications
You must be signed in to change notification settings - Fork 127
Fix ldapurl parsing fails when scheme is uppercase #281
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
Codecov Report
@@ Coverage Diff @@
## master #281 +/- ##
==========================================
- Coverage 71.1% 71.06% -0.05%
==========================================
Files 49 49
Lines 4818 4818
Branches 812 812
==========================================
- Hits 3426 3424 -2
- Misses 1056 1058 +2
Partials 336 336
Continue to review full report at Codecov.
|
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.
Let's first discuss if we want to change the check. If we move forward, please also provide tests to verify that the change works as expected.
I'm not opposed to moving forward. But yes, this does need tests. |
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.
Could you please provide test cases and documentation update for the change set? Thanks!
@tiran do you have docs for the python-ldap test suite? I've never written a test for this project before. |
The tests are in python-ldap/Tests/t_ldapurl.py Lines 31 to 53 in 7e084ae
|
I have opened PR #347 for you to get the fix into 3.3.0. |
Fixes issue mentioned in #280.