Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cdgriffith/Box
/ test_through_queue
Method
test_through_queue
test/test_box.py:851–855 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
849
assert
"b"
in dbx
850
851
def
test_through_queue(self):
852
my_box = Box(a=4, c={
"d"
: 3})
853
queue = Queue()
854
queue.put(my_box)
855
assert queue.get()
856
857
def
test_update_with_integer(self):
858
bx = Box()
Callers
nothing calls this directly
Calls
2
Box
Class · 0.90
get
Method · 0.80
Tested by
no test coverage detected