python-terrascript/tests/test_provider_nauxliu_croni...

25 lines
720 B
Python

# tests/test_provider_nauxliu_cronitor.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:14:46 UTC)
def test_provider_import():
import terrascript.provider.nauxliu.cronitor
def test_resource_import():
from terrascript.resource.nauxliu.cronitor import cronitor_heartbeat_monitor
# 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.nauxliu.cronitor
#
# t = terrascript.provider.nauxliu.cronitor.cronitor()
# s = str(t)
#
# assert 'https://github.com/nauxliu/terraform-provider-cronitor' in s
# assert '1.0.8' in s