예제 #1
0
파일: test_actors.py 프로젝트: celery/cell
 def test_non_existing_actor_method(self):
     a1 = ActorProxy(qualname(As), uuid())
     with self.assertRaises(AttributeError):
         a1.bar()
예제 #2
0
 def test_non_existing_actor_method(self):
     a1 = ActorProxy(qualname(As), uuid())
     with self.assertRaises(AttributeError):
         a1.bar()