29 lines
844 B
Python
29 lines
844 B
Python
# tests/test_provider_unicell_scaffolding.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:26:17 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.unicell.scaffolding
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.unicell.scaffolding import scaffolding_resource
|
|
|
|
|
|
def test_datasource_import():
|
|
from terrascript.data.unicell.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.unicell.scaffolding
|
|
#
|
|
# t = terrascript.provider.unicell.scaffolding.scaffolding()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/unicell/terraform-provider-scaffolding' in s
|
|
# assert '0.0.2' in s
|