red_october.tests.test_red_october.
TestRedOctober
Bases: unittest.case.TestCase
unittest.case.TestCase
setUp
test_call_error
It should raise on non-success response
test_call_request
It should call requests with proper args
test_call_success
It should return result on success response
test_call_success_bool
It should return True on success with no response
test_cancel_order
It should call with proper args
test_change_password
test_create_order
test_create_user
test_create_vault
test_decrypt_call
test_decrypt_fail
It should raise proper error on failure.
test_decrypt_return
It should return proper value.
test_delegate
test_encrypt
test_get_order_information
test_get_orders_outstanding
test_get_owners
test_get_owners_fail
test_get_summary
test_modify_user_role
test_purge_delegates
test_uri_base_http
It should have an HTTP URI if someone decides to be crazy
test_uri_base_https
It should have an HTTP URI by default
Contents: