route53: add unit tests (#4725)

This change introduces unit tests to cover all lines of the route53
plugin except for the timeout in `_wait_for_change`.
This commit is contained in:
Zach Shepherd
2017-05-31 15:25:24 -07:00
committed by Brad Warren
parent 40e8fc4dec
commit c9ff9e3c7a
6 changed files with 210 additions and 13 deletions
+4 -2
View File
@@ -37,8 +37,10 @@ dns_plugin_commands =
nosetests -v certbot_dns_digitalocean --processes=-1
pip install -e certbot-dns-google
nosetests -v certbot_dns_google --processes=-1
dns_plugin_install_args = -e certbot-dns-cloudflare -e certbot-dns-digitalocean -e certbot-dns-google
dns_plugin_paths = certbot-dns-cloudflare/certbot_dns_cloudflare certbot-dns-digitalocean/certbot_dns_digitalocean certbot-dns-google/certbot_dns_google
pip install -e certbot-route53
nosetests -v certbot_route53 --processes=-1 --process-timeout=25
dns_plugin_install_args = -e certbot-dns-cloudflare -e certbot-dns-digitalocean -e certbot-dns-google -e certbot-route53
dns_plugin_paths = certbot-dns-cloudflare/certbot_dns_cloudflare certbot-dns-digitalocean/certbot_dns_digitalocean certbot-dns-google/certbot_dns_google certbot-route53/certbot_route53
lexicon_dns_plugin_commands =
pip install -e certbot-dns-cloudxns