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

Method tearDown

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

Source from the content-addressed store, hash-verified

46 self.test_queues = []
47
48 def tearDown(self):
49 if not self.is_playback():
50 for queue_name in self.test_queues:
51 try:
52 self.qs.delete_queue(queue_name)
53 except:
54 pass
55 return super(StorageQueueTest, self).tearDown()
56
57 # --Helpers-----------------------------------------------------------------
58 def _get_queue_reference(self, prefix=TEST_QUEUE_PREFIX):

Callers

nothing calls this directly

Calls 2

is_playbackMethod · 0.45
delete_queueMethod · 0.45

Tested by

no test coverage detected