moto/tests
Nathan Sutton 9d1c665310 Force receive_message_wait_time_seconds to be int
When a queue is created with the ReceiveMessageWaitTimeSeconds
attribute the value is never converted to an integer. When the
ReceiveMessage action is called it tries to compare the string
ReceiveMessageWaitTimeSeconds with the min and max wait times which
raises a TypeError.

The solution is to convert this value to an integer before comparing.
2018-08-08 19:14:56 -05:00
..
test_acm Revert "Add back ACM tests." 2018-04-13 10:37:06 -04:00
test_apigateway APIGateway: Added usage plan keys API 2018-07-13 15:16:25 +01:00
test_autoscaling Fix test_suspend_processes 2018-03-09 18:00:23 -05:00
test_awslambda fix lambda endpoint parsing (#1395) 2018-03-21 22:14:10 -07:00
test_batch Added server test 2017-10-22 21:36:39 +01:00
test_cloudformation Add support for CloudFormation Fn::GetAtt to KMS Key (#1681) 2018-07-13 11:40:54 +01:00
test_cloudwatch Merge branch 'master' into bugfix/1615-cloudwatch-statistics 2018-05-29 22:19:25 -04:00
test_cognitoidentity Added comment 2018-04-04 00:28:39 -07:00
test_cognitoidp Implement some of cognito-idp 2018-05-07 09:38:04 -05:00
test_core Fix camelcase_to_underscore. Closes #767. 2017-03-15 23:39:36 -04:00
test_datapipeline Merge #913. 2017-05-10 21:58:42 -04:00
test_dynamodb Lints. 2017-02-23 21:37:43 -05:00
test_dynamodb2 Tweak comparison to treat NULL/NOT_NULL correctly. (#1709) 2018-07-13 10:11:10 +01:00
test_ec2 Fix typo in test name (#1729) 2018-07-24 23:11:04 +01:00
test_ecr Fix for spulec/moto#1698 - ECR list_images missing RepositoryNotFoundException 2018-06-25 12:34:10 -04:00
test_ecs Merge pull request #1697 from spulec/ecs-tasks 2018-06-24 20:39:16 -04:00
test_elb Adding version string to server tests 2017-08-02 13:41:39 -07:00
test_elbv2 Handle edge case where you can end up with double dashes in target group names 2018-06-06 11:57:42 -04:00
test_emr Escape EMR template fields to avoid invalid XML responses (#1467) 2018-03-21 08:57:50 -07:00
test_events Merge pull request #1641 from cpitchford/bugfix_events_put_permission_action_filter 2018-05-29 22:32:49 -04:00
test_glacier Use 'data' attribute of Flask Request object. (#1117) 2018-03-21 22:13:09 -07:00
test_glue Add create_table, get_table, and get_tables for the Glue Data Catalog 2018-08-05 19:18:11 -04:00
test_iam IAM get account authorization details (#1736) 2018-08-07 10:31:36 -07:00
test_iot return thingArn when using list_things 2018-06-04 15:58:08 +02:00
test_iotdata Add publish operation to iotdata (#1362) 2017-11-24 17:22:53 +00:00
test_kinesis Add ApproximateArrivalTimestamp and MillisBehindLatest to Kinesis get_records response (#1715) 2018-07-13 10:06:28 +01:00
test_kms fix KeyError in delete_alias in the KmsBackend. (#1359) 2017-11-27 10:36:25 +00:00
test_logs Implement describe_log_groups() method for CloudWatchLogs 2018-04-24 18:38:51 +09:00
test_opsworks Add opsworks app mocks (#1481) 2018-03-21 09:05:57 -07:00
test_polly Added server testcase 2017-09-27 09:54:46 +01:00
test_rds Re-enabling tests on Python3 2017-06-20 11:58:18 -07:00
test_rds2 Merge pull request #1585 from bpandola/fix-1569 2018-05-30 23:10:20 -04:00
test_redshift Add support for Redshift.Waiter.ClusterRestored 2018-04-24 17:30:17 -07:00
test_resourcegroupstaggingapi add elasticloadbalancer:loadbalancer to resourcegroupstaggingapi.get_resources 2018-01-25 14:51:06 +13:00
test_route53 Do not treat StartRecordName and StartRecordType in the list_resource_record_sets as filters 2017-10-23 21:58:39 +02:00
test_s3 Revert minor changes to s3 tests 2018-08-05 19:18:11 -04:00
test_s3bucket_path Authenticating to S3 in tests 2017-09-16 12:49:07 -07:00
test_secretsmanager Added get_random_password mock with tests 2018-07-18 00:27:53 -07:00
test_ses Support optional Source, parse from header 2018-05-04 18:58:52 -07:00
test_sns Allow attributes to be set with subscribe command (#1705) 2018-07-13 10:21:33 +01:00
test_sqs Force receive_message_wait_time_seconds to be int 2018-08-08 19:14:56 -05:00
test_ssm Merge pull request #1600 from nimbis/extend-ssm-backend 2018-07-19 08:44:30 -04:00
test_sts Lints. 2017-02-23 21:37:43 -05:00
test_swf importing sure in tests that require it 2018-01-20 19:44:22 -08:00
test_xray AWS X-Ray client mock. (#1255) 2017-10-16 17:06:22 -07:00
__init__.py Testing new version of decorator. 2017-02-15 22:35:45 -05:00
backport_assert_raises.py Lints. 2017-02-23 21:37:43 -05:00
helpers.py Lints. 2017-02-23 21:37:43 -05:00