Subversion Repositories SmartDukaan

Rev

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

Rev 3005 Rev 7677
Line 27... Line 27...
27
    
27
    
28
def test_email_archival():
28
def test_email_archival():
29
    client.markEmailAsSent(29)
29
    client.markEmailAsSent(29)
30
 
30
 
31
test_get_reports()
31
test_get_reports()
32
test_email_archival()
-
 
33
32
test_email_archival()
-
 
33
 
-
 
34
if __name__ == '__main__':
-
 
35
    a = [1, 2]
-
 
36
    a = a + [3]
-
 
37
    print a
-
 
38
34
39