From 4ccd6390fab93751f6e8158d8d11a65043f58f02 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 26 Nov 2019 13:46:13 -0800 Subject: [PATCH] Refactor tests out of module for certbot-dns-luadns --- certbot-dns-luadns/MANIFEST.in | 1 + .../{certbot_dns_luadns => tests}/dns_luadns_test.py | 0 2 files changed, 1 insertion(+) rename certbot-dns-luadns/{certbot_dns_luadns => tests}/dns_luadns_test.py (100%) diff --git a/certbot-dns-luadns/MANIFEST.in b/certbot-dns-luadns/MANIFEST.in index 18f018c08..f1628be56 100644 --- a/certbot-dns-luadns/MANIFEST.in +++ b/certbot-dns-luadns/MANIFEST.in @@ -1,3 +1,4 @@ include LICENSE.txt include README.rst recursive-include docs * +recursive-include tests * diff --git a/certbot-dns-luadns/certbot_dns_luadns/dns_luadns_test.py b/certbot-dns-luadns/tests/dns_luadns_test.py similarity index 100% rename from certbot-dns-luadns/certbot_dns_luadns/dns_luadns_test.py rename to certbot-dns-luadns/tests/dns_luadns_test.py