35 lines
998 B
Python
35 lines
998 B
Python
# tests/test_provider_nauxliu_pingdom.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:24:38 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.nauxliu.pingdom
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.nauxliu.pingdom import pingdom_check
|
|
|
|
from terrascript.resource.nauxliu.pingdom import pingdom_contact
|
|
|
|
from terrascript.resource.nauxliu.pingdom import pingdom_team
|
|
|
|
from terrascript.resource.nauxliu.pingdom import pingdom_user
|
|
|
|
|
|
def test_datasource_import():
|
|
from terrascript.data.nauxliu.pingdom import pingdom_user
|
|
|
|
|
|
# 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.pingdom
|
|
#
|
|
# t = terrascript.provider.nauxliu.pingdom.pingdom()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/nauxliu/terraform-provider-pingdom' in s
|
|
# assert '1.1.2' in s
|