27 lines
802 B
Python
27 lines
802 B
Python
# tests/test_provider_AdrienneCohea_nomadutility.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:22:45 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.AdrienneCohea.nomadutility
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.AdrienneCohea.nomadutility import (
|
|
nomadutility_acl_bootstrap,
|
|
)
|
|
|
|
|
|
# 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.AdrienneCohea.nomadutility
|
|
#
|
|
# t = terrascript.provider.AdrienneCohea.nomadutility.nomadutility()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/AdrienneCohea/terraform-provider-nomadutility' in s
|
|
# assert '0.0.14' in s
|