예제 #1
0
파일: test_utils.py 프로젝트: pasala91/test
 def run_invalid_test(self, name):
     assert get_channel_id(self.organization, self.integration.id,
                           name) is None
예제 #2
0
파일: test_utils.py 프로젝트: pasala91/test
 def run_valid_test(self, expected, name):
     assert expected == get_channel_id(self.organization,
                                       self.integration.id, name)