예제 #1
0
파일: tests.py 프로젝트: vgaicuks/django-rq
 def test_local_override(self):
     self.assertIs(get_worker_class('django_rq.tests.DummyWorker'),
                   DummyWorker)
예제 #2
0
파일: tests.py 프로젝트: ui/django-rq
 def test_local_override(self):
     self.assertIs(
         get_worker_class('django_rq.tests.fixtures.DummyWorker'),
         DummyWorker
     )