25 lines
696 B
Python
25 lines
696 B
Python
# tests/test_provider_Mongey_middesk.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:21:39 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.Mongey.middesk
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.Mongey.middesk import middesk_webhook
|
|
|
|
|
|
# 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.Mongey.middesk
|
|
#
|
|
# t = terrascript.provider.Mongey.middesk.middesk()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/Mongey/terraform-provider-middesk' in s
|
|
# assert '0.0.2' in s
|