python-terrascript/tests/test_provider_alxrem_jsonne...

25 lines
691 B
Python

# tests/test_provider_alxrem_jsonnet.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:19:39 UTC)
def test_provider_import():
import terrascript.provider.alxrem.jsonnet
def test_datasource_import():
from terrascript.data.alxrem.jsonnet import jsonnet_file
# 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.alxrem.jsonnet
#
# t = terrascript.provider.alxrem.jsonnet.jsonnet()
# s = str(t)
#
# assert 'https://github.com/alxrem/terraform-provider-jsonnet' in s
# assert '1.0.3' in s