python-terrascript/tests/test_provider_plukevdh_dmsn...

25 lines
715 B
Python

# tests/test_provider_plukevdh_dmsnitch.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:15:17 UTC)
def test_provider_import():
import terrascript.provider.plukevdh.dmsnitch
def test_resource_import():
from terrascript.resource.plukevdh.dmsnitch import dmsnitch_snitch
# 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.plukevdh.dmsnitch
#
# t = terrascript.provider.plukevdh.dmsnitch.dmsnitch()
# s = str(t)
#
# assert 'https://github.com/plukevdh/terraform-provider-dmsnitch' in s
# assert '0.1.2' in s