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

Method test_queue_exists

tests/queues/test_queue.py:229–237  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227
228 @record
229 def test_queue_exists(self):
230 # Arrange
231 queue_name = self._create_queue()
232
233 # Act
234 exists = self.qs.exists(queue_name)
235
236 # Assert
237 self.assertTrue(exists)
238
239 @record
240 def test_queue_not_exists(self):

Callers

nothing calls this directly

Calls 2

_create_queueMethod · 0.95
existsMethod · 0.45

Tested by

no test coverage detected