MCPcopy
hub / github.com/celery/celery / test_debugger

Method test_debugger

t/unit/contrib/test_rdb.py:19–22  ·  view source on GitHub ↗
(self, Rdb)

Source from the content-addressed store, hash-verified

17
18 @patch('celery.contrib.rdb.Rdb')
19 def test_debugger(self, Rdb):
20 x = debugger()
21 assert x
22 assert x is debugger()
23
24 @patch('celery.contrib.rdb.debugger')
25 @patch('celery.contrib.rdb._frame')

Callers

nothing calls this directly

Calls 1

debuggerFunction · 0.90

Tested by

no test coverage detected