29 lines
812 B
Python
29 lines
812 B
Python
# tests/test_provider_scottwinkler_shell.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:27:03 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.scottwinkler.shell
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.scottwinkler.shell import shell_script
|
|
|
|
|
|
def test_datasource_import():
|
|
from terrascript.data.scottwinkler.shell import shell_script
|
|
|
|
|
|
# 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.scottwinkler.shell
|
|
#
|
|
# t = terrascript.provider.scottwinkler.shell.shell()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/scottwinkler/terraform-provider-shell' in s
|
|
# assert '1.7.7' in s
|