swagger_server.test.test_middleware module

class swagger_server.test.test_middleware.AuthenticationTestCase(methodName='runTest')[source]

Bases: swagger_server.test.BaseTestCase

setUp()[source]

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

test_authorized()[source]
test_unauthorized()[source]
test_wrong_key()[source]