From b45ef038699e866b5e4529960f242dc81a4d9eb7 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 25 Nov 2019 23:11:36 -0800 Subject: [PATCH] Refactor tests out of module for certbot-dns-route53 --- certbot-dns-route53/MANIFEST.in | 4 +--- .../{certbot_dns_route53 => tests}/dns_route53_test.py | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename certbot-dns-route53/{certbot_dns_route53 => tests}/dns_route53_test.py (100%) diff --git a/certbot-dns-route53/MANIFEST.in b/certbot-dns-route53/MANIFEST.in index ca37a7baf..37f630a4a 100644 --- a/certbot-dns-route53/MANIFEST.in +++ b/certbot-dns-route53/MANIFEST.in @@ -1,3 +1 @@ -include LICENSE.txt -include README -recursive-include docs * +recursive-include tests * diff --git a/certbot-dns-route53/certbot_dns_route53/dns_route53_test.py b/certbot-dns-route53/tests/dns_route53_test.py similarity index 100% rename from certbot-dns-route53/certbot_dns_route53/dns_route53_test.py rename to certbot-dns-route53/tests/dns_route53_test.py