25 lines
718 B
Python
25 lines
718 B
Python
# tests/test_provider_DTherHtun_petstore.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:24:23 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.DTherHtun.petstore
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.DTherHtun.petstore import petstore_pet
|
|
|
|
|
|
# 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.DTherHtun.petstore
|
|
#
|
|
# t = terrascript.provider.DTherHtun.petstore.petstore()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/DTherHtun/terraform-provider-petstore' in s
|
|
# assert '1.0.1' in s
|