python-terrascript/tests/test_provider_terra_farm_vi...

25 lines
747 B
Python

# tests/test_provider_terra-farm_virtualbox.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:30:30 UTC)
def test_provider_import():
import terrascript.provider.terra_farm.virtualbox
def test_resource_import():
from terrascript.resource.terra_farm.virtualbox import virtualbox_vm
# 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.terra_farm.virtualbox
#
# t = terrascript.provider.terra_farm.virtualbox.virtualbox()
# s = str(t)
#
# assert 'https://github.com/terra-farm/terraform-provider-virtualbox' in s
# assert '0.2.2-alpha.1' in s