mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 17:56:11 +02:00
added TestDomainAvailable to test_models_domain.py
This commit is contained in:
parent
a3c0ba77f7
commit
ffcc77de4e
2 changed files with 113 additions and 1 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue