Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test
Method
test
t/unit/utils/test_objects.py:6–9 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4
class
test_Bunch:
5
6
def
test(self):
7
x = Bunch(foo=
'foo'
, bar=2)
8
assert x.foo ==
'foo'
9
assert x.bar == 2
Callers
15
test_chain_with_eb_replaced_with_chain_with_eb
Method · 0.80
test_chain_children_with_callbacks
Method · 0.80
test_chain_children_with_errbacks
Method · 0.80
test_chain_with_callback_child_replaced
Method · 0.80
test_chain_with_errback_child_replaced
Method · 0.80
test_chain_child_with_callback_replaced
Method · 0.80
test_chain_child_with_errback_replaced
Method · 0.80
test_chord_header_id_duplicated_on_rabbitmq_msg_duplication
Method · 0.80
test_chaining_upgraded_chords_pure_groups
Method · 0.80
test_chaining_upgraded_chords_starting_with_chord
Method · 0.80
test_chaining_upgraded_chords_mixed_canvas
Method · 0.80
test_chaining_upgraded_chords_mixed_canvas_protocol_2
Method · 0.80
Calls
1
Bunch
Class · 0.90
Tested by
no test coverage detected