python-terrascript/tests/test_provider_mildred_syste...

25 lines
699 B
Python

# tests/test_provider_mildred_systemd.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:13 UTC)
def test_provider_import():
import terrascript.provider.mildred.systemd
def test_resource_import():
from terrascript.resource.mildred.systemd import systemd_unit
# 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.mildred.systemd
#
# t = terrascript.provider.mildred.systemd.systemd()
# s = str(t)
#
# assert 'https://github.com/mildred/terraform-provider-systemd' in s
# assert '0.0.1' in s