Skip to content
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

Add **kwargs to all legacy provider classes, pass to super().__init__ #189

Merged
merged 2 commits into from
Jun 29, 2020

Conversation

mmaney
Copy link
Collaborator

@mmaney mmaney commented Jun 28, 2020

This allows some of the new facilities that are setup through keyword args
through the drivers to operate in legacy (not alias, needs other changes).

Martin Maney added 2 commits June 28, 2020 12:53
This allows some of the new facilities that are setup through keyword args
through the drivers to operate in legacy (not alias, needs other changes).
…providers.__init__.py).

And fix all those references in cli.py and dns_providers/tests/*
Update README example code.
@codecov
Copy link

codecov bot commented Jun 28, 2020

Codecov Report

Merging #189 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #189   +/-   ##
=======================================
  Coverage   87.46%   87.46%           
=======================================
  Files          18       18           
  Lines        1133     1133           
=======================================
  Hits          991      991           
  Misses        142      142           
Impacted Files Coverage Δ
sewer/dns_providers/acmedns.py 86.84% <100.00%> (ø)
sewer/dns_providers/aliyundns.py 84.46% <100.00%> (ø)
sewer/dns_providers/auroradns.py 88.00% <100.00%> (ø)
sewer/dns_providers/cloudflare.py 93.15% <100.00%> (ø)
sewer/dns_providers/cloudns.py 75.00% <100.00%> (ø)
sewer/dns_providers/common.py 95.83% <100.00%> (ø)
sewer/dns_providers/dnspod.py 94.54% <100.00%> (ø)
sewer/dns_providers/duckdns.py 92.85% <100.00%> (ø)
sewer/dns_providers/gandi.py 88.57% <100.00%> (ø)
sewer/dns_providers/hurricane.py 70.45% <100.00%> (ø)
... and 3 more

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 56d73a3...8fc1a6b. Read the comment docs.

@mmaney
Copy link
Collaborator Author

mmaney commented Jun 29, 2020

...playing little games, like not looking at it for a while, then looking... to see if I still liked it. I did.

@mmaney mmaney closed this Jun 29, 2020
@mmaney mmaney reopened this Jun 29, 2020
@mmaney mmaney merged commit 52d35b9 into komuw:master Jun 29, 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.

1 participant