Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Use SimpleResolverComplexifier in tests#4497

Merged
hawkowl merged 1 commit into
developfrom
rav/test_resolver_fixes
Jan 29, 2019
Merged

Use SimpleResolverComplexifier in tests#4497
hawkowl merged 1 commit into
developfrom
rav/test_resolver_fixes

Conversation

@richvdh
Copy link
Copy Markdown
Member

@richvdh richvdh commented Jan 28, 2019

two reasons for this. One, it saves a bunch of boilerplate. Two, it squashes
unicode to IDNA-in-a-str (even on python 3) in a way that it turns out we
rely on to give consistent behaviour between python 2 and 3.

two reasons for this. One, it saves a bunch of boilerplate. Two, it squashes
unicode to IDNA-in-a-`str` (even on python 3) in a way that it turns out we
rely on to give consistent behaviour between python 2 and 3.
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #4497 into develop will increase coverage by <.01%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #4497      +/-   ##
===========================================
+ Coverage    74.73%   74.73%   +<.01%     
===========================================
  Files          336      336              
  Lines        34148    34148              
  Branches      5553     5553              
===========================================
+ Hits         25520    25522       +2     
+ Misses        7049     7048       -1     
+ Partials      1579     1578       -1

@hawkowl hawkowl merged commit f2b553d into develop Jan 29, 2019
@hawkowl hawkowl deleted the rav/test_resolver_fixes branch January 29, 2019 09:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants