Subversion Repositories SmartDukaan

Rev

Rev 23687 | Rev 23689 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23687 Rev 23688
Line 9... Line 9...
9
 
9
 
10
from shop2020.model.v1.order.impl.OrderServiceHandler import OrderServiceHandler
10
from shop2020.model.v1.order.impl.OrderServiceHandler import OrderServiceHandler
11
 
11
 
12
 
12
 
13
order_client=OrderServiceHandler()
13
order_client=OrderServiceHandler()
14
client = order_client.get_client()
-
 
-
 
14
 
15
 
15
 
16
"""
16
"""
17
mail = Mail()
17
mail = Mail()
18
mail.to = ["rajveer.singh@shop2020.in","rajveer.singh@shop2020.in"]
18
mail.to = ["rajveer.singh@shop2020.in","rajveer.singh@shop2020.in"]
19
mail.subject = "Test mail subject"
19
mail.subject = "Test mail subject"
Line 35... Line 35...
35
 
35
 
36
#test_get_reports()
36
#test_get_reports()
37
#test_email_archival()
37
#test_email_archival()
38
 
38
 
39
if __name__ == '__main__':
39
if __name__ == '__main__':
40
    print client.isAlive()
40
    print order_client.isAlive()