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

14 lines
255 B
Python

#
#
#
from unittest import TestCase
class TestRackspaceShim(TestCase):
def test_missing(self):
with self.assertRaises(ModuleNotFoundError):
from octodns.provider.rackspace import RackspaceProvider
RackspaceProvider