tests.aws_tools_tests package

Submodules

tests.aws_tools_tests.test_dynamodb_handler module

class tests.aws_tools_tests.test_dynamodb_handler.DynamoDBHandlerTests(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
classmethod setUpClass()[source]
test_delete_item()[source]

Test a successful invocation of delete_item

test_get_item()[source]

Test a successful invocation of get_item

test_get_item_malformed()[source]

Test an unsuccessful invocation of get_item

test_insert_item()[source]

Test a successful invocation of insert_item

test_query_item()[source]

Test a successful invocation of query_item

test_query_item_no_query()[source]

Test a invocation of query_item with no query

test_update_item()[source]

Test a successful invocation of update_item

tests.aws_tools_tests.test_lambda_handler module

class tests.aws_tools_tests.test_lambda_handler.LambdaHandlerTests(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
classmethod setUpClass()[source]
test_invoke()[source]

Test a successful call of invoke

tests.aws_tools_tests.test_s3_handler module

class tests.aws_tools_tests.test_s3_handler.S3HandlerTests(methodName='runTest')[source]

Bases: unittest.case.TestCase

Module contents