python-terrascript/tests/test_provider_iwarapter_sca...

29 lines
858 B
Python

# tests/test_provider_iwarapter_scaffolding.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:26:12 UTC)
def test_provider_import():
import terrascript.provider.iwarapter.scaffolding
def test_resource_import():
from terrascript.resource.iwarapter.scaffolding import scaffolding_resource
def test_datasource_import():
from terrascript.data.iwarapter.scaffolding import scaffolding_data_source
# 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.iwarapter.scaffolding
#
# t = terrascript.provider.iwarapter.scaffolding.scaffolding()
# s = str(t)
#
# assert 'https://github.com/iwarapter/terraform-provider-scaffolding' in s
# assert '0.0.1' in s