0
我想檢索在運行單元測試時在tasks.py
中註冊的所有任務的列表。從django單元測試中獲取芹菜任務列表
在我正常的環境中我使用current_app.tasks檢索任務的列表,但運行測試,而不幸的名單只是返回:
<@task: celery.backend_cleanup of default:0x35d27b0>
<@task: celery.chain of default:0x35d27b0>
<@task: celery.chord of default:0x35d27b0>
<@task: celery.chord_unlock of default:0x35d27b0>
<@task: celery.chunks of default:0x35d27b0>
<@task: celery.group of default:0x35d27b0>
<@task: celery.map of default:0x35d27b0>
<@task: celery.starmap of default:0x35d27b0>