red_october.tests package

Submodules

red_october.tests.test_red_october module

class red_october.tests.test_red_october.TestRedOctober(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
test_call_error(*args, **keywargs)[source]

It should raise on non-success response

test_call_request(*args, **keywargs)[source]

It should call requests with proper args

test_call_success(*args, **keywargs)[source]

It should return result on success response

test_call_success_bool(*args, **keywargs)[source]

It should return True on success with no response

test_cancel_order(*args, **keywargs)[source]

It should call with proper args

test_change_password(*args, **keywargs)[source]

It should call with proper args

test_create_order(*args, **keywargs)[source]

It should call with proper args

test_create_user(*args, **keywargs)[source]

It should call with proper args

test_create_vault(*args, **keywargs)[source]

It should call with proper args

test_decrypt_call(*args, **keywargs)[source]

It should call with proper args

test_decrypt_fail(*args, **keywargs)[source]

It should raise proper error on failure.

test_decrypt_return(*args, **keywargs)[source]

It should return proper value.

test_delegate(*args, **keywargs)[source]

It should call with proper args

test_encrypt(*args, **keywargs)[source]

It should call with proper args

test_get_order_information(*args, **keywargs)[source]

It should call with proper args

test_get_orders_outstanding(*args, **keywargs)[source]

It should call with proper args

test_get_owners(*args, **keywargs)[source]

It should call with proper args

test_get_owners_fail(*args, **keywargs)[source]

It should raise proper error on failure.

test_get_summary(*args, **keywargs)[source]

It should call with proper args

test_modify_user_role(*args, **keywargs)[source]

It should call with proper args

test_purge_delegates(*args, **keywargs)[source]

It should call with proper args

test_uri_base_http()[source]

It should have an HTTP URI if someone decides to be crazy

test_uri_base_https()[source]

It should have an HTTP URI by default

Module contents