Files
github-octodns/tests/test_octodns_provider_googlecloud.py
2022-09-15 14:10:21 -07:00

14 lines
263 B
Python

#
#
#
from unittest import TestCase
class TestGoogleCloudShim(TestCase):
def test_missing(self):
with self.assertRaises(ModuleNotFoundError):
from octodns.provider.googlecloud import GoogleCloudProvider
GoogleCloudProvider