25 lines
703 B
Python
25 lines
703 B
Python
# tests/test_provider_at-wat_ucodecov.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:29:37 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.at_wat.ucodecov
|
|
|
|
|
|
def test_datasource_import():
|
|
from terrascript.data.at_wat.ucodecov import ucodecov_settings
|
|
|
|
|
|
# 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.at_wat.ucodecov
|
|
#
|
|
# t = terrascript.provider.at_wat.ucodecov.ucodecov()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/at-wat/terraform-provider-ucodecov' in s
|
|
# assert '0.1.2' in s
|