python-terrascript/tests/test_provider_drarko_mssql.py

25 lines
678 B
Python

# tests/test_provider_drarko_mssql.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:21:59 UTC)
def test_provider_import():
import terrascript.provider.drarko.mssql
def test_resource_import():
from terrascript.resource.drarko.mssql import mssql_login
# 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.drarko.mssql
#
# t = terrascript.provider.drarko.mssql.mssql()
# s = str(t)
#
# assert 'https://github.com/drarko/terraform-provider-mssql' in s
# assert '0.0.4' in s