python-terrascript/tests/test_provider_alxrem_hdns.py

31 lines
818 B
Python

# tests/test_provider_alxrem_hdns.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:18 UTC)
def test_provider_import():
import terrascript.provider.alxrem.hdns
def test_resource_import():
from terrascript.resource.alxrem.hdns import hdns_record
from terrascript.resource.alxrem.hdns import hdns_zone
def test_datasource_import():
from terrascript.data.alxrem.hdns import hdns_zone
# TODO: Shortcut imports without namespace for official and supported providers.
# TODO: This has to be moved into a required_providers block.
# def test_version_source():
#
# import terrascript.provider.alxrem.hdns
#
# t = terrascript.provider.alxrem.hdns.hdns()
# s = str(t)
#
# assert 'https://github.com/alxrem/terraform-provider-hdns' in s
# assert '0.2.0' in s