python-terrascript/tests/test_provider_mumoshu_helmf...

29 lines
869 B
Python

# tests/test_provider_mumoshu_helmfile.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:32 UTC)
def test_provider_import():
import terrascript.provider.mumoshu.helmfile
def test_resource_import():
from terrascript.resource.mumoshu.helmfile import helmfile_embedding_example
from terrascript.resource.mumoshu.helmfile import helmfile_release
from terrascript.resource.mumoshu.helmfile import helmfile_release_set
# 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.mumoshu.helmfile
#
# t = terrascript.provider.mumoshu.helmfile.helmfile()
# s = str(t)
#
# assert 'https://github.com/mumoshu/terraform-provider-helmfile' in s
# assert '0.14.1' in s