]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Improve skip messages for Azure tests.
authorDaira Hopwood <david-sarah@jacaranda.org>
Sat, 27 Apr 2013 18:44:18 +0000 (19:44 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 10 Jul 2015 04:38:05 +0000 (05:38 +0100)
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
src/allmydata/test/test_storage.py

index d26ef605954b931643b569c9988050b911cdf60b..93c3f9cbadb746f736908d0c102cb85271551b26 100644 (file)
@@ -1176,14 +1176,16 @@ class MSAzureAuthentication(unittest.TestCase):
                 result)
         if azure_buggy:
             # The reference client is buggy in this case, skip it
-            raise unittest.SkipTest("Azure reference client is buggy in this case")
+            raise unittest.SkipTest("Azure reference client is buggy in this case.")
 
         # Now, compare our result to that of the Microsoft-provided
         # implementation, if available:
         try:
             from azure.storage import _sign_storage_blob_request
         except ImportError:
-            raise unittest.SkipTest("No azure installed")
+            raise unittest.SkipTest("""No azure installed.
+The 'azure' package is not used by the Azure support in the cloud backend; it is only
+used (optionally) by tests to confirm compatibility with Microsoft's reference client.""")
 
         request = self.FakeRequest(method, url, headers)
         self.failUnlessEqual(