25 lines
665 B
Python
25 lines
665 B
Python
# tests/test_provider_poseidon_ct.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:14:51 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.poseidon.ct
|
|
|
|
|
|
def test_datasource_import():
|
|
from terrascript.data.poseidon.ct import ct_config
|
|
|
|
|
|
# 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.poseidon.ct
|
|
#
|
|
# t = terrascript.provider.poseidon.ct.ct()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/poseidon/terraform-provider-ct' in s
|
|
# assert '0.9.0' in s
|