python-terrascript/tests/test_provider_Ouest_France_...

31 lines
862 B
Python

# tests/test_provider_Ouest-France_ldap.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:20:59 UTC)
def test_provider_import():
import terrascript.provider.Ouest_France.ldap
def test_resource_import():
from terrascript.resource.Ouest_France.ldap import ldap_group
def test_datasource_import():
from terrascript.data.Ouest_France.ldap import ldap_group
from terrascript.data.Ouest_France.ldap import ldap_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.Ouest_France.ldap
#
# t = terrascript.provider.Ouest_France.ldap.ldap()
# s = str(t)
#
# assert 'https://github.com/Ouest-France/terraform-provider-ldap' in s
# assert '0.7.2' in s