python-terrascript/tests/test_provider_Trois_Six_sen...

31 lines
954 B
Python

# tests/test_provider_Trois-Six_sendgrid.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:26:45 UTC)
def test_provider_import():
import terrascript.provider.Trois_Six.sendgrid
def test_resource_import():
from terrascript.resource.Trois_Six.sendgrid import sendgrid_api_key
from terrascript.resource.Trois_Six.sendgrid import sendgrid_subuser
from terrascript.resource.Trois_Six.sendgrid import sendgrid_template
from terrascript.resource.Trois_Six.sendgrid import sendgrid_template_version
# 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.Trois_Six.sendgrid
#
# t = terrascript.provider.Trois_Six.sendgrid.sendgrid()
# s = str(t)
#
# assert 'https://github.com/Trois-Six/terraform-provider-sendgrid' in s
# assert '0.1.6' in s