python-terrascript/tests/test_provider_PortOfPortlan...

25 lines
728 B
Python

# tests/test_provider_PortOfPortland_windns.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:31:16 UTC)
def test_provider_import():
import terrascript.provider.PortOfPortland.windns
def test_resource_import():
from terrascript.resource.PortOfPortland.windns import windns
# 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.PortOfPortland.windns
#
# t = terrascript.provider.PortOfPortland.windns.windns()
# s = str(t)
#
# assert 'https://github.com/PortOfPortland/terraform-provider-windns' in s
# assert '0.5.3' in s