29 lines
836 B
Python
29 lines
836 B
Python
# tests/test_provider_invidian_sshcommand.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:27:44 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.invidian.sshcommand
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.invidian.sshcommand import sshcommand_command
|
|
|
|
|
|
def test_datasource_import():
|
|
from terrascript.data.invidian.sshcommand import sshcommand_command
|
|
|
|
|
|
# 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.sshcommand
|
|
#
|
|
# t = terrascript.provider.invidian.sshcommand.sshcommand()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/invidian/terraform-provider-sshcommand' in s
|
|
# assert '0.2.2' in s
|