Skip to content

Get rid of expected failures in tokenizer tests #283

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

Merged
merged 2 commits into from
May 6, 2020

Conversation

mistotebe
Copy link
Contributor

One of the failures actually stems from using the wrong method. Extending the tokenizer to deal with escapes gets rid of the other.

@codecov
Copy link

codecov bot commented May 2, 2019

Codecov Report

Merging #283 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #283      +/-   ##
==========================================
+ Coverage    71.1%   71.11%   +<.01%     
==========================================
  Files          49       49              
  Lines        4818     4819       +1     
  Branches      812      812              
==========================================
+ Hits         3426     3427       +1     
- Misses       1056     1057       +1     
+ Partials      336      335       -1
Impacted Files Coverage Δ
Lib/ldap/schema/tokenizer.py 97.91% <100%> (+0.04%) ⬆️
Lib/ldap/controls/deref.py 57.14% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update adf9dc4...60bc814. Read the comment docs.

@encukou
Copy link
Member

encukou commented Sep 20, 2019

I am out of my depth here: the details of LDAP tokenization and Oracle Internet Directory escape me :(
@tiran, do you want to review this?

Copy link
Member

@encukou encukou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No response :(
I can't find an issue here. Existing tests pass and expected failures are solved.

@encukou encukou merged commit 7e084ae into python-ldap:master May 6, 2020
@tiran tiran added this to the 3.3 milestone May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants