Relative Content

Tag Archive for djangotestingsignalsisolation

Django connects Signal, but App not in INSTALLED_APPS

I have two Django apps, foo and bar, which are both listed in the INSTALLED_APPS setting. foo sends a Signal which is received by bar. I want to test foo. So, I want to isolate it, i.e., bar should not listen to the signal.