Esempio n. 1
0
 def test_create(self):
     response = join_group_request_impl(self.args)
     assert response['success'] is True
     assert self.joiner in self.group.subscriptions
Esempio n. 2
0
 def test_create(self):
     response = join_group_request_impl(self.args)
     assert response['success'] is False