MCPcopy
hub / github.com/celery/celery / test_amqp_get_broker_info

Method test_amqp_get_broker_info

t/unit/app/test_app.py:1136–1139  ·  view source on GitHub ↗
(self, url, expected_fields)

Source from the content-addressed store, hash-verified

1134 })
1135 ])
1136 def test_amqp_get_broker_info(self, url, expected_fields):
1137 info = self.app.connection(url).info()
1138 for key, expected_value in expected_fields.items():
1139 assert info[key] == expected_value
1140
1141 def test_amqp_failover_strategy_selection(self):
1142 # Test passing in a string and make sure the string

Callers

nothing calls this directly

Calls 3

infoMethod · 0.45
connectionMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected