MCPcopy
hub / github.com/celery/celery / test_no_conn_driver_info

Method test_no_conn_driver_info

t/unit/app/test_utils.py:54–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52class test_bugreport:
53
54 def test_no_conn_driver_info(self):
55 self.app.connection = Mock()
56 conn = self.app.connection.return_value = Mock()
57 conn.transport = None
58
59 bugreport(self.app)

Callers

nothing calls this directly

Calls 1

bugreportFunction · 0.90

Tested by

no test coverage detected