25 lines
718 B
Python
25 lines
718 B
Python
# tests/test_provider_bgpat_shellescape.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:27:08 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.bgpat.shellescape
|
|
|
|
|
|
def test_datasource_import():
|
|
from terrascript.data.bgpat.shellescape import shellescape_quote
|
|
|
|
|
|
# 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.bgpat.shellescape
|
|
#
|
|
# t = terrascript.provider.bgpat.shellescape.shellescape()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/bgpat/terraform-provider-shellescape' in s
|
|
# assert '0.0.2' in s
|