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

Method test_queue_sas_samples

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

Source from the content-addressed store, hash-verified

89 sas.run_all_samples()
90
91 def test_queue_sas_samples(self):
92 sas = QueueSasSamples(self.account)
93 sas.run_all_samples()
94
95 def test_file_sas_samples(self):
96 sas = FileSasSamples(self.account)

Callers

nothing calls this directly

Calls 2

run_all_samplesMethod · 0.95
QueueSasSamplesClass · 0.90

Tested by

no test coverage detected