25 lines
682 B
Python
25 lines
682 B
Python
# tests/test_provider_bgpat_travis.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:29:15 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.bgpat.travis
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.bgpat.travis import travis_env_var
|
|
|
|
|
|
# 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.travis
|
|
#
|
|
# t = terrascript.provider.bgpat.travis.travis()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/bgpat/terraform-provider-travis' in s
|
|
# assert '0.1.6' in s
|