29 lines
827 B
Python
29 lines
827 B
Python
# tests/test_provider_cappyzawa_concourse.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:14:28 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.cappyzawa.concourse
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.cappyzawa.concourse import concourse_team
|
|
|
|
|
|
def test_datasource_import():
|
|
from terrascript.data.cappyzawa.concourse import concourse_team
|
|
|
|
|
|
# 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.cappyzawa.concourse
|
|
#
|
|
# t = terrascript.provider.cappyzawa.concourse.concourse()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/cappyzawa/terraform-provider-concourse' in s
|
|
# assert '0.1.2' in s
|