(self, Rdb)
| 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') |
nothing calls this directly
no test coverage detected