25 lines
695 B
Python
25 lines
695 B
Python
# tests/test_provider_banzaicloud_k8s.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:19:55 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.banzaicloud.k8s
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.banzaicloud.k8s import k8s_manifest
|
|
|
|
|
|
# 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.banzaicloud.k8s
|
|
#
|
|
# t = terrascript.provider.banzaicloud.k8s.k8s()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/banzaicloud/terraform-provider-k8s' in s
|
|
# assert '0.9.1' in s
|