43 lines
1.3 KiB
Python
43 lines
1.3 KiB
Python
# tests/test_provider_Sighery_njalla.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:22:37 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.Sighery.njalla
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.Sighery.njalla import njalla_record_a
|
|
|
|
from terrascript.resource.Sighery.njalla import njalla_record_aaaa
|
|
|
|
from terrascript.resource.Sighery.njalla import njalla_record_caa
|
|
|
|
from terrascript.resource.Sighery.njalla import njalla_record_cname
|
|
|
|
from terrascript.resource.Sighery.njalla import njalla_record_mx
|
|
|
|
from terrascript.resource.Sighery.njalla import njalla_record_naptr
|
|
|
|
from terrascript.resource.Sighery.njalla import njalla_record_ns
|
|
|
|
from terrascript.resource.Sighery.njalla import njalla_record_ptr
|
|
|
|
from terrascript.resource.Sighery.njalla import njalla_record_tlsa
|
|
|
|
from terrascript.resource.Sighery.njalla import njalla_record_txt
|
|
|
|
|
|
# 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.Sighery.njalla
|
|
#
|
|
# t = terrascript.provider.Sighery.njalla.njalla()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/Sighery/terraform-provider-njalla' in s
|
|
# assert '0.9.1' in s
|