tests.smartapp.test_dispatcher

Module Contents

tests.smartapp.test_dispatcher.FIXTURE_DIR
tests.smartapp.test_dispatcher.REQUEST_DIR
tests.smartapp.test_dispatcher.CLOCK_SKEW_SEC = 555
tests.smartapp.test_dispatcher.CORRELATION = 'AAAA'
tests.smartapp.test_dispatcher.HEADERS
tests.smartapp.test_dispatcher.requests()
tests.smartapp.test_dispatcher.definition()
tests.smartapp.test_dispatcher.event_handler() smartapp.interface.SmartAppEventHandler
tests.smartapp.test_dispatcher.dispatcher(definition: smartapp.interface.SmartAppDefinition, event_handler: smartapp.interface.SmartAppEventHandler) smartapp.dispatcher.SmartAppDispatcher
tests.smartapp.test_dispatcher.dispatcher_with_check(definition: smartapp.interface.SmartAppDefinition, event_handler: smartapp.interface.SmartAppEventHandler) smartapp.dispatcher.SmartAppDispatcher
class tests.smartapp.test_dispatcher.TestSmartAppDispatcher
test_invalid_json(dispatcher)
test_wrong_json(dispatcher)
test_handler_internal_error(requests, dispatcher)
test_disabled_signature(signature_verifier, requests, dispatcher)
test_enabled_signature(signature_verifier, requests, dispatcher_with_check)
test_bad_signature(signature_verifier, requests, dispatcher_with_check)
test_confirmation(requests, dispatcher)
test_install(requests, dispatcher)
test_update(requests, dispatcher)
test_uninstall(requests, dispatcher)
test_oauth_callback(requests, dispatcher)
test_event(requests, dispatcher)
test_configuration_initialize(dispatcher)
test_configuration_page_1of2(dispatcher)
test_configuration_page_2of2(dispatcher)