python-terrascript/tests/test_provider_camptocamp_pu...

25 lines
725 B
Python

# tests/test_provider_camptocamp_puppetdb.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:25:11 UTC)
def test_provider_import():
import terrascript.provider.camptocamp.puppetdb
def test_resource_import():
from terrascript.resource.camptocamp.puppetdb import puppetdb_node
# 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.camptocamp.puppetdb
#
# t = terrascript.provider.camptocamp.puppetdb.puppetdb()
# s = str(t)
#
# assert 'https://github.com/camptocamp/terraform-provider-puppetdb' in s
# assert '1.2.0' in s