MCPcopy Index your code
hub / github.com/python/cpython / test_failing_queue

Method test_failing_queue

Lib/test/test_queue.py:816–822  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

814 self.assertTrue(not q.qsize(), "Queue should be empty")
815
816 def test_failing_queue(self):
817
818 # Test to make sure a queue is functioning correctly.
819 # Done twice to the same instance.
820 q = self.FailingQueue(QUEUE_SIZE)
821 self.failing_queue_test(q)
822 self.failing_queue_test(q)
823
824
825

Callers

nothing calls this directly

Calls 1

failing_queue_testMethod · 0.95

Tested by

no test coverage detected