python-terrascript/tests/test_provider_cappyzawa_chr...

29 lines
867 B
Python

# tests/test_provider_cappyzawa_christmas-tree.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:13:51 UTC)
def test_provider_import():
import terrascript.provider.cappyzawa.christmas_tree
def test_resource_import():
from terrascript.resource.cappyzawa.christmas_tree import christmas_tree
def test_datasource_import():
from terrascript.data.cappyzawa.christmas_tree import christmas_tree
# 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.cappyzawa.christmas_tree
#
# t = terrascript.provider.cappyzawa.christmas_tree.christmas_tree()
# s = str(t)
#
# assert 'https://github.com/cappyzawa/terraform-provider-christmas-tree' in s
# assert '0.5.2' in s