mirror of
https://github.com/certbot/certbot.git
synced 2026-07-25 23:29:26 +02:00
make dns tests internal (#9639)
This commit is contained 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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""certbot-dns-cloudflare tests"""
|
||||
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""certbot-dns-digitalocean tests"""
|
||||
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""certbot-dns-dnsimple tests"""
|
||||
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""certbot-dns-dnsmadeeasy tests"""
|
||||
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""certbot-dns-gehirn tests"""
|
||||
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""certbot-dns-google tests"""
|
||||
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""certbot-dns-linode tests"""
|
||||
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""certbot-dns-luadns tests"""
|
||||
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""certbot-dns-nsone tests"""
|
||||
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""certbot-dns-ovh tests"""
|
||||
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""certbot-dns-rfc2136 tests"""
|
||||
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""certbot-dns-route53 tests"""
|
||||
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""certbot-dns-sakuracloud tests"""
|
||||
Reference in New Issue
Block a user