raw_input('press enter for next test')

print '[test] get_folder_files'
response = constantcontact.get_folder_files(folder_response, limit=5)
if printout and response:
    print json.dumps(response, indent=4, sort_keys=True)
    raw_input('press enter for next test')

print '[test] delete_files'
response = constantcontact.delete_file(updated_file)
if printout and response:
    print response
    raw_input('press enter for next test')

print '[test] delete_folders'
response = constantcontact.delete_folder(folder_response)
if printout and response:
    print response
    raw_input('press enter for next test')

print '[test] get_trash'
response = constantcontact.get_trash()
if printout and response:
    print json.dumps(response, indent=4, sort_keys=True)
    raw_input('press enter for next test')

print '[test] delete_trash'
response = constantcontact.delete_trash()
if printout and response:
    print response
    raw_input('press enter for next test')
    raw_input('press enter for next test')

print '[test] get_folder_files'
response = constantcontact.get_folder_files(folder_response, limit = 5)
if printout and response:
    print json.dumps(response, indent = 4, sort_keys = True)
    raw_input('press enter for next test')

print '[test] delete_files'
response = constantcontact.delete_file(updated_file)
if printout and response:
    print response
    raw_input('press enter for next test')
    
print '[test] delete_folders'
response = constantcontact.delete_folder(folder_response)
if printout and response:
    print response
    raw_input('press enter for next test')

print '[test] get_trash'
response = constantcontact.get_trash()
if printout and response:
    print json.dumps(response, indent = 4, sort_keys = True)
    raw_input('press enter for next test')

print '[test] delete_trash'
response = constantcontact.delete_trash()
if printout and response:
    print response
    raw_input('press enter for next test')