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