[Solved]-How to disable celery tasks while testing on django
-2👍 ✅ Usually the "good method" imply doing Mocks. https://docs.python.org/3/library/unittest.mock.html So you’ll return example response from the site. You can check on class declaration debug state and if True replace the class by the corresponding Mock 👤christophe31 Django: Creating an Inline Formset Similar to the Admin Interface 8👍 You can patch the Task delay function … Read more