MCPcopy Create free account
hub / github.com/openai/openai-python / test_bool

Method test_bool

tests/test_send_queue.py:36–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 assert not q
35
36 def test_bool(self) -> None:
37 q = SendQueue()
38 assert not q
39 q.enqueue("x")
40 assert q
41
42 def test_flush_sync(self) -> None:
43 q = SendQueue()

Callers

nothing calls this directly

Calls 2

enqueueMethod · 0.95
SendQueueClass · 0.90

Tested by

no test coverage detected