added TestDomainAvailable to test_models_domain.py

This commit is contained in:
David Kennedy 2023-09-29 10:30:36 -04:00
parent a3c0ba77f7
commit ffcc77de4e
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 113 additions and 1 deletions

View file

@ -45,6 +45,7 @@ try:
from .client import CLIENT, commands
from .errors import RegistryError, ErrorCode
from epplib.models import common
from epplib import responses
except ImportError:
pass
@ -52,6 +53,7 @@ __all__ = [
"CLIENT",
"commands",
"common",
"responses",
"ErrorCode",
"RegistryError",
]