python-terrascript/tests/test_provider_Ouest_France_...

25 lines
724 B
Python

# tests/test_provider_Ouest-France_harbor.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:17:58 UTC)
def test_provider_import():
import terrascript.provider.Ouest_France.harbor
def test_resource_import():
from terrascript.resource.Ouest_France.harbor import harbor_project
# 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.harbor
#
# t = terrascript.provider.Ouest_France.harbor.harbor()
# s = str(t)
#
# assert 'https://github.com/Ouest-France/terraform-provider-harbor' in s
# assert '0.2.0' in s