python-terrascript/tests/test_provider_stobias123_or...

29 lines
802 B
Python

# tests/test_provider_stobias123_orion.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:24:05 UTC)
def test_provider_import():
import terrascript.provider.stobias123.orion
def test_resource_import():
from terrascript.resource.stobias123.orion import orion_ip_address
def test_datasource_import():
from terrascript.data.stobias123.orion import orion_subnet
# 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.stobias123.orion
#
# t = terrascript.provider.stobias123.orion.orion()
# s = str(t)
#
# assert 'https://github.com/stobias123/terraform-provider-orion' in s
# assert '0.3.2' in s