Commit graph

5 commits

Author SHA1 Message Date
Zach Shepherd
c9ff9e3c7a 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`.
2017-05-31 15:25:24 -07:00
Zach Shepherd
6048bfa87b route53: update setup.py to follow repo conventions (#4731)
This change updates the setup script for the route53 plugin to more
closely match conventions from other packages in the repository.

Notable changes:
 * The version number is bumped to match the rest of Certbot.
 * The package now requires a matching version of ACME and core Certbot.
 * Contact information is updated.
 * Additional versions of Python are listed.
2017-05-26 14:44:05 -07:00
Zach Shepherd
4146685104 route53: tweak source organization to match other packages (#4729)
This change re-organizes some ancillary files to more closely match
repository conventions.
2017-05-26 11:28:55 -07:00
Zach Shepherd
ddd10548c8 route53: re-use boto3 client in wait (#4724)
This change re-uses the boto3 client in the wait method of the route53
authenticator in order to make it more mockable for testing purposes.
2017-05-24 10:37:08 -07:00
Zach Shepherd
16d9537c41 Moved files to 'certbot-route53' 2017-05-18 16:44:05 -07:00