29 lines
774 B
Python
29 lines
774 B
Python
# tests/test_provider_mildred_null.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:23:03 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.mildred.null
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.mildred.null import null_resource
|
|
|
|
|
|
def test_datasource_import():
|
|
from terrascript.data.mildred.null import null_data_source
|
|
|
|
|
|
# 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.mildred.null
|
|
#
|
|
# t = terrascript.provider.mildred.null.null()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/mildred/terraform-provider-null' in s
|
|
# assert '1.1.0' in s
|