예제 #1
0
 def test_add_to_chord_interface(self):
     b = BaseBackend(self.app)
     with pytest.raises(NotImplementedError):
         b.add_to_chord('group_id', 'sig')
예제 #2
0
 def test_add_to_chord_interface(self):
     b = BaseBackend(self.app)
     with self.assertRaises(NotImplementedError):
         b.add_to_chord("group_id", "sig")