mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
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:
committed by
Brad Warren
parent
40e8fc4dec
commit
c9ff9e3c7a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user