python-terrascript/tests/test_provider_vmware_vra7.py

29 lines
768 B
Python

# tests/test_provider_vmware_vra7.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:30:50 UTC)
def test_provider_import():
import terrascript.provider.vmware.vra7
def test_resource_import():
from terrascript.resource.vmware.vra7 import vra7_deployment
def test_datasource_import():
from terrascript.data.vmware.vra7 import vra7_deployment
# 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.vmware.vra7
#
# t = terrascript.provider.vmware.vra7.vra7()
# s = str(t)
#
# assert 'https://github.com/vmware/terraform-provider-vra7' in s
# assert '3.0.2' in s