25 lines
732 B
Python
25 lines
732 B
Python
# tests/test_provider_camptocamp_puppetca.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:25:06 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.camptocamp.puppetca
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.camptocamp.puppetca import puppetca_certificate
|
|
|
|
|
|
# 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.puppetca
|
|
#
|
|
# t = terrascript.provider.camptocamp.puppetca.puppetca()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/camptocamp/terraform-provider-puppetca' in s
|
|
# assert '1.3.0' in s
|