MCPcopy Index your code
hub / github.com/raiden-network/raiden / test_not_empty

Function test_not_empty

raiden/tests/unit/test_notifyingqueue.py:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23
24def test_not_empty():
25 queue = NotifyingQueue()
26 assert not queue.is_set()
27
28 queue = NotifyingQueue(items=[1, 2])
29 assert queue.is_set()

Callers

nothing calls this directly

Calls 1

NotifyingQueueClass · 0.90

Tested by

no test coverage detected