27 lines
787 B
Python
27 lines
787 B
Python
# tests/test_provider_poseidon_matchbox.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:21:35 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.poseidon.matchbox
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.poseidon.matchbox import matchbox_group
|
|
|
|
from terrascript.resource.poseidon.matchbox import matchbox_profile
|
|
|
|
|
|
# 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.matchbox
|
|
#
|
|
# t = terrascript.provider.poseidon.matchbox.matchbox()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/poseidon/terraform-provider-matchbox' in s
|
|
# assert '0.4.1' in s
|