29 lines
793 B
Python
29 lines
793 B
Python
# tests/test_provider_nrkno_lastpass.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:20:52 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.nrkno.lastpass
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.nrkno.lastpass import lastpass_secret
|
|
|
|
|
|
def test_datasource_import():
|
|
from terrascript.data.nrkno.lastpass import lastpass_secret
|
|
|
|
|
|
# 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.nrkno.lastpass
|
|
#
|
|
# t = terrascript.provider.nrkno.lastpass.lastpass()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/nrkno/terraform-provider-lastpass' in s
|
|
# assert '0.5.3' in s
|