-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.py
22 lines (22 loc) · 905 Bytes
/
main.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#-*- coding: utf-8 -*-
from lib.test import TestCase
if __name__ == '__main__':
test = TestCase()
#test.send_one_message_to_many_receipients()
#test.send_one_message_to_many_receipients_schedule_delivery()
#test.send_one_message_to_many_receipients_schedule_delivery_with_validity_period()
#test.send_one_message_to_many_receipients_turkish_language()
#test.send_one_message_to_many_receipients_flash_sms()
#test.send_one_message_to_many_receipients_unicode()
#test.send_one_message_to_many_receipients_outside_turkey()
#test.send_many_message_to_many_receipients()
#test.query_multi_general_report()
#test.query_multi_general_report_with_id()
#test.query_detailed_report_with_id()
#test.get_account_settings()
#test.get_authority()
#test.get_cdr_report()
#test.get_cdr_report_range_datetime()
#test.get_cdr_report_with_type()
#test.get_active_calls()
#test.get_disconnect_active_call()