tests package

Submodules

tests.test_buff163_api module

class tests.test_buff163_api.TestBuff163API(methodName='runTest')[source]

Bases: TestCase

setUp() None[source]

Hook method for setting up the test fixture before exercising it.

tests.test_rest_adapter module

class tests.test_rest_adapter.TestRestAdapter(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test__do_199_or_lower_raises_buff163_exception()[source]
test__do_300_or_higher_raises_buff163_exception()[source]
test__do_bad_json_raises_buff163_exception()[source]
test__do_bad_request_raises_buff163_exception()[source]
test__do_good_request_returns_result()[source]
test_delete_method_passes_in_delete()[source]
test_get_method_passes_in_get()[source]
test_post_method_passes_in_post()[source]

Module contents