Skip to content

Add setter for DNSQuestion to easily make a QU question#710

Merged
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:unicast_setter
Jun 17, 2021
Merged

Add setter for DNSQuestion to easily make a QU question#710
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:unicast_setter

Conversation

@bdraco
Copy link
Copy Markdown
Member

@bdraco bdraco commented Jun 17, 2021

Due to the inheritance it was quite confusing to have to set self.unique when you wanted a QU question

Closes #703

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 17, 2021

Codecov Report

Merging #710 (3c1842f) into master (f3eeecd) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #710      +/-   ##
==========================================
+ Coverage   98.15%   98.20%   +0.04%     
==========================================
  Files          18       18              
  Lines        2165     2168       +3     
  Branches      377      377              
==========================================
+ Hits         2125     2129       +4     
  Misses         25       25              
+ Partials       15       14       -1     
Impacted Files Coverage Δ
zeroconf/_dns.py 100.00% <100.00%> (ø)
zeroconf/_utils/aio.py 100.00% <0.00%> (+3.57%) ⬆️

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 f3eeecd...3c1842f. Read the comment docs.

@bdraco bdraco merged commit aeb1b23 into python-zeroconf:master Jun 17, 2021
@bdraco bdraco deleted the unicast_setter branch June 17, 2021 21:15
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.

Make it easier to ask a QU question

2 participants