Coverage for certbot/plugins/dns_test_common.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
"""Base test class for DNS authenticators."""
""" A base test class to reduce duplication between test code for DNS Authenticator Plugins.
Assumes: * That subclasses also subclass unittest.TestCase * That the authenticator is stored as self.auth """
challb=acme_util.DNS01, domain=DOMAIN, account_key=KEY)
# pylint: disable=no-member
# pylint: disable=no-member
# pylint: disable=no-member
"""Write the specified values to a config file.
:param dict values: A map of values to write. :param str path: Where to write the values. """
|