Added V0 Registry API
[multicloud/azure.git] / azure / multicloud_azure / settings-cover.py
similarity index 80%
rename from azure/azure/settings-cover.py
rename to azure/multicloud_azure/settings-cover.py
index b4fecdd..0c1316a 100644 (file)
@@ -9,8 +9,8 @@
 # distributed under the License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
-from azure.settings import *  # noqa
-from azure.settings import INSTALLED_APPS
+from multicloud_azure.settings import *  # noqa
+from multicloud_azure.settings import INSTALLED_APPS
 
 INSTALLED_APPS.append('django_nose')
 
@@ -18,5 +18,5 @@ TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
 
 NOSE_ARGS = [
     '--with-coverage',
-    '--cover-package=azure',
+    '--cover-package=multicloud_azure',
 ]