|
@@ -1,11 +1,5 @@
|
|
|
-import json
|
|
|
|
|
-import unittest
|
|
|
|
|
-import uuid
|
|
|
|
|
-
|
|
|
|
|
-from cloudbridge.cloud.interfaces import TestMockHelperMixin
|
|
|
|
|
-
|
|
|
|
|
-from test.helpers import ProviderTestBase
|
|
|
|
|
import test.helpers as helpers
|
|
import test.helpers as helpers
|
|
|
|
|
+from test.helpers import ProviderTestBase
|
|
|
|
|
|
|
|
|
|
|
|
|
class AzureObjectStoreServiceTestCase(ProviderTestBase):
|
|
class AzureObjectStoreServiceTestCase(ProviderTestBase):
|