MCPcopy Create free account
hub / github.com/Azure/azure-storage-python / test_queue_encryption_samples

Method test_queue_encryption_samples

samples/test_sample.py:107–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 client.run_all_samples()
106
107 def test_queue_encryption_samples(self):
108 encryption = QueueEncryptionSamples(self.account)
109 encryption.run_all_samples()
110
111 def test_blob_encryption_samples(self):
112 encryption = BlobEncryptionSamples(self.account)

Callers

nothing calls this directly

Calls 2

run_all_samplesMethod · 0.95

Tested by

no test coverage detected