python-terrascript/tests/test_provider_HarryEMartlan...

33 lines
1.0 KiB
Python

# tests/test_provider_HarryEMartland_appdynamics.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:11:50 UTC)
def test_provider_import():
import terrascript.provider.HarryEMartland.appdynamics
def test_resource_import():
from terrascript.resource.HarryEMartland.appdynamics import appdynamics_action
from terrascript.resource.HarryEMartland.appdynamics import appdynamics_health_rule
from terrascript.resource.HarryEMartland.appdynamics import appdynamics_policy
from terrascript.resource.HarryEMartland.appdynamics import (
appdynamics_transaction_detection_rule,
)
# 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.HarryEMartland.appdynamics
#
# t = terrascript.provider.HarryEMartland.appdynamics.appdynamics()
# s = str(t)
#
# assert 'https://github.com/HarryEMartland/terraform-provider-appdynamics' in s
# assert '0.1.0' in s