25 lines
686 B
Python
25 lines
686 B
Python
# tests/test_provider_invidian_gpg.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:17:27 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.invidian.gpg
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.invidian.gpg import gpg_encrypted_message
|
|
|
|
|
|
# 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.invidian.gpg
|
|
#
|
|
# t = terrascript.provider.invidian.gpg.gpg()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/invidian/terraform-provider-gpg' in s
|
|
# assert '0.3.0' in s
|