ldaptor icon indicating copy to clipboard operation
ldaptor copied to clipboard

check if key in self._object_class_keys

Open scottcarr opened this issue 5 years ago • 1 comments

It's possible for key to be either "objectClass" or b"objectClass". Other places use this self._object_class_keys to handle this scenario.

scottcarr avatar Dec 01 '20 18:12 scottcarr

Codecov Report

Merging #220 (b9cdd0a) into master (df81510) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head b9cdd0a differs from pull request most recent head 8e5a9e8. Consider uploading reports for the commit 8e5a9e8 to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #220   +/-   ##
=======================================
  Coverage   83.28%   83.28%           
=======================================
  Files          87       87           
  Lines       11567    11567           
  Branches     1184     1184           
=======================================
  Hits         9634     9634           
  Misses       1815     1815           
  Partials      118      118           
Impacted Files Coverage Δ
ldaptor/protocols/ldap/ldapsyntax.py 94.24% <100.00%> (ø)
ldaptor/test/test_autofill_samba.py 100.00% <0.00%> (ø)
ldaptor/protocols/ldap/distinguishedname.py 89.09% <0.00%> (ø)

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 4bfe289...8e5a9e8. Read the comment docs.

codecov[bot] avatar Mar 01 '21 11:03 codecov[bot]