diff --git a/certbot-dns-cloudflare/MANIFEST.in b/certbot-dns-cloudflare/MANIFEST.in index 696da3eeb..40765a39d 100644 --- a/certbot-dns-cloudflare/MANIFEST.in +++ b/certbot-dns-cloudflare/MANIFEST.in @@ -1,7 +1,6 @@ include LICENSE.txt include README.rst recursive-include docs * -recursive-include tests * include certbot_dns_cloudflare/py.typed global-exclude __pycache__ global-exclude *.py[cod] diff --git a/certbot-dns-cloudflare/certbot_dns_cloudflare/_internal/tests/__init__.py b/certbot-dns-cloudflare/certbot_dns_cloudflare/_internal/tests/__init__.py new file mode 100644 index 000000000..9edaeaa70 --- /dev/null +++ b/certbot-dns-cloudflare/certbot_dns_cloudflare/_internal/tests/__init__.py @@ -0,0 +1 @@ +"""certbot-dns-cloudflare tests""" diff --git a/certbot-dns-cloudflare/tests/dns_cloudflare_test.py b/certbot-dns-cloudflare/certbot_dns_cloudflare/_internal/tests/dns_cloudflare_test.py similarity index 100% rename from certbot-dns-cloudflare/tests/dns_cloudflare_test.py rename to certbot-dns-cloudflare/certbot_dns_cloudflare/_internal/tests/dns_cloudflare_test.py diff --git a/certbot-dns-digitalocean/MANIFEST.in b/certbot-dns-digitalocean/MANIFEST.in index 1c12b0fb1..1e0a83569 100644 --- a/certbot-dns-digitalocean/MANIFEST.in +++ b/certbot-dns-digitalocean/MANIFEST.in @@ -1,7 +1,6 @@ include LICENSE.txt include README.rst recursive-include docs * -recursive-include tests * include certbot_dns_digitalocean/py.typed global-exclude __pycache__ global-exclude *.py[cod] diff --git a/certbot-dns-digitalocean/certbot_dns_digitalocean/_internal/tests/__init__.py b/certbot-dns-digitalocean/certbot_dns_digitalocean/_internal/tests/__init__.py new file mode 100644 index 000000000..0272d510c --- /dev/null +++ b/certbot-dns-digitalocean/certbot_dns_digitalocean/_internal/tests/__init__.py @@ -0,0 +1 @@ +"""certbot-dns-digitalocean tests""" diff --git a/certbot-dns-digitalocean/tests/dns_digitalocean_test.py b/certbot-dns-digitalocean/certbot_dns_digitalocean/_internal/tests/dns_digitalocean_test.py similarity index 100% rename from certbot-dns-digitalocean/tests/dns_digitalocean_test.py rename to certbot-dns-digitalocean/certbot_dns_digitalocean/_internal/tests/dns_digitalocean_test.py diff --git a/certbot-dns-dnsimple/MANIFEST.in b/certbot-dns-dnsimple/MANIFEST.in index 884df79eb..af8af4c29 100644 --- a/certbot-dns-dnsimple/MANIFEST.in +++ b/certbot-dns-dnsimple/MANIFEST.in @@ -1,7 +1,6 @@ include LICENSE.txt include README.rst recursive-include docs * -recursive-include tests * include certbot_dns_dnsimple/py.typed global-exclude __pycache__ global-exclude *.py[cod] diff --git a/certbot-dns-dnsimple/certbot_dns_dnsimple/_internal/tests/__init__.py b/certbot-dns-dnsimple/certbot_dns_dnsimple/_internal/tests/__init__.py new file mode 100644 index 000000000..a72b74812 --- /dev/null +++ b/certbot-dns-dnsimple/certbot_dns_dnsimple/_internal/tests/__init__.py @@ -0,0 +1 @@ +"""certbot-dns-dnsimple tests""" diff --git a/certbot-dns-dnsimple/tests/dns_dnsimple_test.py b/certbot-dns-dnsimple/certbot_dns_dnsimple/_internal/tests/dns_dnsimple_test.py similarity index 100% rename from certbot-dns-dnsimple/tests/dns_dnsimple_test.py rename to certbot-dns-dnsimple/certbot_dns_dnsimple/_internal/tests/dns_dnsimple_test.py diff --git a/certbot-dns-dnsmadeeasy/MANIFEST.in b/certbot-dns-dnsmadeeasy/MANIFEST.in index 3b4a6eadc..7d6af8f57 100644 --- a/certbot-dns-dnsmadeeasy/MANIFEST.in +++ b/certbot-dns-dnsmadeeasy/MANIFEST.in @@ -1,7 +1,6 @@ include LICENSE.txt include README.rst recursive-include docs * -recursive-include tests * include certbot_dns_dnsmadeeasy/py.typed global-exclude __pycache__ global-exclude *.py[cod] diff --git a/certbot-dns-dnsmadeeasy/certbot_dns_dnsmadeeasy/_internal/tests/__init__.py b/certbot-dns-dnsmadeeasy/certbot_dns_dnsmadeeasy/_internal/tests/__init__.py new file mode 100644 index 000000000..d38880019 --- /dev/null +++ b/certbot-dns-dnsmadeeasy/certbot_dns_dnsmadeeasy/_internal/tests/__init__.py @@ -0,0 +1 @@ +"""certbot-dns-dnsmadeeasy tests""" diff --git a/certbot-dns-dnsmadeeasy/tests/dns_dnsmadeeasy_test.py b/certbot-dns-dnsmadeeasy/certbot_dns_dnsmadeeasy/_internal/tests/dns_dnsmadeeasy_test.py similarity index 100% rename from certbot-dns-dnsmadeeasy/tests/dns_dnsmadeeasy_test.py rename to certbot-dns-dnsmadeeasy/certbot_dns_dnsmadeeasy/_internal/tests/dns_dnsmadeeasy_test.py diff --git a/certbot-dns-gehirn/MANIFEST.in b/certbot-dns-gehirn/MANIFEST.in index 88391b8d2..31f5b9373 100644 --- a/certbot-dns-gehirn/MANIFEST.in +++ b/certbot-dns-gehirn/MANIFEST.in @@ -1,7 +1,6 @@ include LICENSE.txt include README.rst recursive-include docs * -recursive-include tests * include certbot_dns_gehirn/py.typed global-exclude __pycache__ global-exclude *.py[cod] diff --git a/certbot-dns-gehirn/certbot_dns_gehirn/_internal/tests/__init__.py b/certbot-dns-gehirn/certbot_dns_gehirn/_internal/tests/__init__.py new file mode 100644 index 000000000..ef31d57a3 --- /dev/null +++ b/certbot-dns-gehirn/certbot_dns_gehirn/_internal/tests/__init__.py @@ -0,0 +1 @@ +"""certbot-dns-gehirn tests""" diff --git a/certbot-dns-gehirn/tests/dns_gehirn_test.py b/certbot-dns-gehirn/certbot_dns_gehirn/_internal/tests/dns_gehirn_test.py similarity index 100% rename from certbot-dns-gehirn/tests/dns_gehirn_test.py rename to certbot-dns-gehirn/certbot_dns_gehirn/_internal/tests/dns_gehirn_test.py diff --git a/certbot-dns-google/MANIFEST.in b/certbot-dns-google/MANIFEST.in index a0a51c58e..da8f308b4 100644 --- a/certbot-dns-google/MANIFEST.in +++ b/certbot-dns-google/MANIFEST.in @@ -1,8 +1,7 @@ include LICENSE.txt include README.rst recursive-include docs * -recursive-include certbot_dns_google/testdata * -recursive-include tests * +recursive-include certbot_dns_google/_internal/tests/testdata * include certbot_dns_google/py.typed global-exclude __pycache__ global-exclude *.py[cod] diff --git a/certbot-dns-google/certbot_dns_google/_internal/tests/__init__.py b/certbot-dns-google/certbot_dns_google/_internal/tests/__init__.py new file mode 100644 index 000000000..06d4a72eb --- /dev/null +++ b/certbot-dns-google/certbot_dns_google/_internal/tests/__init__.py @@ -0,0 +1 @@ +"""certbot-dns-google tests""" diff --git a/certbot-dns-google/tests/dns_google_test.py b/certbot-dns-google/certbot_dns_google/_internal/tests/dns_google_test.py similarity index 100% rename from certbot-dns-google/tests/dns_google_test.py rename to certbot-dns-google/certbot_dns_google/_internal/tests/dns_google_test.py diff --git a/certbot-dns-google/tests/testdata/discovery.json b/certbot-dns-google/certbot_dns_google/_internal/tests/testdata/discovery.json similarity index 100% rename from certbot-dns-google/tests/testdata/discovery.json rename to certbot-dns-google/certbot_dns_google/_internal/tests/testdata/discovery.json diff --git a/certbot-dns-linode/MANIFEST.in b/certbot-dns-linode/MANIFEST.in index 5fe9aa12f..cf0cb2095 100644 --- a/certbot-dns-linode/MANIFEST.in +++ b/certbot-dns-linode/MANIFEST.in @@ -1,7 +1,6 @@ include LICENSE.txt include README.rst recursive-include docs * -recursive-include tests * include certbot_dns_linode/py.typed global-exclude __pycache__ global-exclude *.py[cod] diff --git a/certbot-dns-linode/certbot_dns_linode/_internal/tests/__init__.py b/certbot-dns-linode/certbot_dns_linode/_internal/tests/__init__.py new file mode 100644 index 000000000..b096c54b2 --- /dev/null +++ b/certbot-dns-linode/certbot_dns_linode/_internal/tests/__init__.py @@ -0,0 +1 @@ +"""certbot-dns-linode tests""" diff --git a/certbot-dns-linode/tests/dns_linode_test.py b/certbot-dns-linode/certbot_dns_linode/_internal/tests/dns_linode_test.py similarity index 100% rename from certbot-dns-linode/tests/dns_linode_test.py rename to certbot-dns-linode/certbot_dns_linode/_internal/tests/dns_linode_test.py diff --git a/certbot-dns-luadns/MANIFEST.in b/certbot-dns-luadns/MANIFEST.in index 7ad398a32..a85086559 100644 --- a/certbot-dns-luadns/MANIFEST.in +++ b/certbot-dns-luadns/MANIFEST.in @@ -1,7 +1,6 @@ include LICENSE.txt include README.rst recursive-include docs * -recursive-include tests * include certbot_dns_luadns/py.typed global-exclude __pycache__ global-exclude *.py[cod] diff --git a/certbot-dns-luadns/certbot_dns_luadns/_internal/tests/__init__.py b/certbot-dns-luadns/certbot_dns_luadns/_internal/tests/__init__.py new file mode 100644 index 000000000..2688bd482 --- /dev/null +++ b/certbot-dns-luadns/certbot_dns_luadns/_internal/tests/__init__.py @@ -0,0 +1 @@ +"""certbot-dns-luadns tests""" diff --git a/certbot-dns-luadns/tests/dns_luadns_test.py b/certbot-dns-luadns/certbot_dns_luadns/_internal/tests/dns_luadns_test.py similarity index 100% rename from certbot-dns-luadns/tests/dns_luadns_test.py rename to certbot-dns-luadns/certbot_dns_luadns/_internal/tests/dns_luadns_test.py diff --git a/certbot-dns-nsone/MANIFEST.in b/certbot-dns-nsone/MANIFEST.in index 5865f6744..24453af9a 100644 --- a/certbot-dns-nsone/MANIFEST.in +++ b/certbot-dns-nsone/MANIFEST.in @@ -1,7 +1,6 @@ include LICENSE.txt include README.rst recursive-include docs * -recursive-include tests * include certbot_dns_nsone/py.typed global-exclude __pycache__ global-exclude *.py[cod] diff --git a/certbot-dns-nsone/certbot_dns_nsone/_internal/tests/__init__.py b/certbot-dns-nsone/certbot_dns_nsone/_internal/tests/__init__.py new file mode 100644 index 000000000..08e5305f8 --- /dev/null +++ b/certbot-dns-nsone/certbot_dns_nsone/_internal/tests/__init__.py @@ -0,0 +1 @@ +"""certbot-dns-nsone tests""" diff --git a/certbot-dns-nsone/tests/dns_nsone_test.py b/certbot-dns-nsone/certbot_dns_nsone/_internal/tests/dns_nsone_test.py similarity index 100% rename from certbot-dns-nsone/tests/dns_nsone_test.py rename to certbot-dns-nsone/certbot_dns_nsone/_internal/tests/dns_nsone_test.py diff --git a/certbot-dns-ovh/MANIFEST.in b/certbot-dns-ovh/MANIFEST.in index 3635a2d0d..9e7bdcb78 100644 --- a/certbot-dns-ovh/MANIFEST.in +++ b/certbot-dns-ovh/MANIFEST.in @@ -1,7 +1,6 @@ include LICENSE.txt include README.rst recursive-include docs * -recursive-include tests * include certbot_dns_ovh/py.typed global-exclude __pycache__ global-exclude *.py[cod] diff --git a/certbot-dns-ovh/certbot_dns_ovh/_internal/tests/__init__.py b/certbot-dns-ovh/certbot_dns_ovh/_internal/tests/__init__.py new file mode 100644 index 000000000..9c378993d --- /dev/null +++ b/certbot-dns-ovh/certbot_dns_ovh/_internal/tests/__init__.py @@ -0,0 +1 @@ +"""certbot-dns-ovh tests""" diff --git a/certbot-dns-ovh/tests/dns_ovh_test.py b/certbot-dns-ovh/certbot_dns_ovh/_internal/tests/dns_ovh_test.py similarity index 100% rename from certbot-dns-ovh/tests/dns_ovh_test.py rename to certbot-dns-ovh/certbot_dns_ovh/_internal/tests/dns_ovh_test.py diff --git a/certbot-dns-rfc2136/MANIFEST.in b/certbot-dns-rfc2136/MANIFEST.in index 2e902def3..298aeab71 100644 --- a/certbot-dns-rfc2136/MANIFEST.in +++ b/certbot-dns-rfc2136/MANIFEST.in @@ -1,7 +1,6 @@ include LICENSE.txt include README.rst recursive-include docs * -recursive-include tests * include certbot_dns_rfc2136/py.typed global-exclude __pycache__ global-exclude *.py[cod] diff --git a/certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/tests/__init__.py b/certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/tests/__init__.py new file mode 100644 index 000000000..cf8982942 --- /dev/null +++ b/certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/tests/__init__.py @@ -0,0 +1 @@ +"""certbot-dns-rfc2136 tests""" diff --git a/certbot-dns-rfc2136/tests/dns_rfc2136_test.py b/certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/tests/dns_rfc2136_test.py similarity index 100% rename from certbot-dns-rfc2136/tests/dns_rfc2136_test.py rename to certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/tests/dns_rfc2136_test.py diff --git a/certbot-dns-route53/MANIFEST.in b/certbot-dns-route53/MANIFEST.in index 2e4d4272c..a5df132f1 100644 --- a/certbot-dns-route53/MANIFEST.in +++ b/certbot-dns-route53/MANIFEST.in @@ -1,7 +1,6 @@ include LICENSE.txt include README.rst recursive-include docs * -recursive-include tests * include certbot_dns_route53/py.typed global-exclude __pycache__ global-exclude *.py[cod] diff --git a/certbot-dns-route53/certbot_dns_route53/_internal/tests/__init__.py b/certbot-dns-route53/certbot_dns_route53/_internal/tests/__init__.py new file mode 100644 index 000000000..a0ae87f1c --- /dev/null +++ b/certbot-dns-route53/certbot_dns_route53/_internal/tests/__init__.py @@ -0,0 +1 @@ +"""certbot-dns-route53 tests""" diff --git a/certbot-dns-route53/tests/dns_route53_test.py b/certbot-dns-route53/certbot_dns_route53/_internal/tests/dns_route53_test.py similarity index 100% rename from certbot-dns-route53/tests/dns_route53_test.py rename to certbot-dns-route53/certbot_dns_route53/_internal/tests/dns_route53_test.py diff --git a/certbot-dns-sakuracloud/MANIFEST.in b/certbot-dns-sakuracloud/MANIFEST.in index 31681266f..0a97923fe 100644 --- a/certbot-dns-sakuracloud/MANIFEST.in +++ b/certbot-dns-sakuracloud/MANIFEST.in @@ -1,7 +1,6 @@ include LICENSE.txt include README.rst recursive-include docs * -recursive-include tests * include certbot_dns_sakuracloud/py.typed global-exclude __pycache__ global-exclude *.py[cod] diff --git a/certbot-dns-sakuracloud/certbot_dns_sakuracloud/_internal/tests/__init__.py b/certbot-dns-sakuracloud/certbot_dns_sakuracloud/_internal/tests/__init__.py new file mode 100644 index 000000000..e08a3ebac --- /dev/null +++ b/certbot-dns-sakuracloud/certbot_dns_sakuracloud/_internal/tests/__init__.py @@ -0,0 +1 @@ +"""certbot-dns-sakuracloud tests""" diff --git a/certbot-dns-sakuracloud/tests/dns_sakuracloud_test.py b/certbot-dns-sakuracloud/certbot_dns_sakuracloud/_internal/tests/dns_sakuracloud_test.py similarity index 100% rename from certbot-dns-sakuracloud/tests/dns_sakuracloud_test.py rename to certbot-dns-sakuracloud/certbot_dns_sakuracloud/_internal/tests/dns_sakuracloud_test.py