You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.5/dist-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.5/dist-packages/django/core/management/__init__.py", line 365, in execute
----------
----------
----------
from worker import CeleryWorkerThread
ImportError: No module named 'worker'
I am getting above error when using this package with integration test framework behave. I am new to celery stuff and want to employ it in my automated tests.
One more error I was getting prior to above error is -
ImportError: from celerytest import CELERY_TEST_BACKEND_CONFIG, CELERY_TEST_CONFIG
I am getting above error when using this package with integration test framework behave. I am new to celery stuff and want to employ it in my automated tests.
One more error I was getting prior to above error is -
So I set that in my config app like below -
Am I missing some kind of config here? Any kind of similar suggestions would be really helpful. Thanks :)
The text was updated successfully, but these errors were encountered: