moto/tests
Christian Clauss c3c75c12d9
Use ==/!= to compare str, bytes, and int literals
Python 3.8 will probably [raise SyntaxWarnings](https://docs.python.org/3/whatsnew/3.8.html#changes-in-python-behavior) on the flake8 F632 issue raised below.

[flake8](http://flake8.pycqa.org) testing of https://github.com/spulec/moto on Python 3.7.1

$ __flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics__
```
./tests/test_awslambda/test_lambda.py:1137:24: F632 use ==/!= to compare str, bytes, and int literals
                assert len(messages) is 3
                       ^
1     F632 use ==/!= to compare str, bytes, and int literals
1
```
2019-10-18 09:03:31 +02:00
..
test_acm Merge pull request #2374 from asherf/acm 2019-08-21 12:56:59 -07:00
test_apigateway add tags to usage plan testing 2019-10-08 12:45:47 +01:00
test_autoscaling Merge pull request #2319 from acsbendi/autoscaling-group-from-instance 2019-07-20 00:06:22 -04:00
test_awslambda Use ==/!= to compare str, bytes, and int literals 2019-10-18 09:03:31 +02:00
test_batch Fix/tighten AWS Batch test_reregister_task_definition unit test 2019-09-10 14:24:00 -04:00
test_cloudformation And event source mapping endpoints and SQS trigger support 2019-08-20 21:54:57 -04:00
test_cloudwatch
test_cognitoidentity adds test cases, and fixes formatting. 2019-09-01 17:38:33 +02:00
test_cognitoidp Existing user now raises a UsernameExistsException 2019-08-06 13:51:00 -03:00
test_config Added AWS Config batching capabilities 2019-10-13 12:28:09 -07:00
test_core Merge pull request #2294 from spulec/fix-responses-mocking 2019-09-11 22:06:36 -05:00
test_datapipeline Merge #913. 2017-05-10 21:58:42 -04:00
test_dynamodb
test_dynamodb2 Merge branch 'master' into bugfix/1823 2019-10-14 10:02:22 +01:00
test_dynamodbstreams Fixing comments conventions 2019-07-29 21:21:02 -05:00
test_ec2 Flake8 fixes 2019-08-19 18:01:44 -05:00
test_ecr Delete ECR image when it has no tags 2019-06-17 13:41:35 -04:00
test_ecs Added Exception to for describe_container_instances to match aws api 2019-10-11 22:13:55 -07:00
test_elb Autoscaling instance azs (#2030) 2019-05-25 11:18:16 +01:00
test_elbv2 Validate elbv2 FixedResponseConfig attributes 2019-09-12 12:29:03 -04:00
test_emr Support CustomAmiId in EMR (#2037) 2019-05-25 11:19:26 +01:00
test_events Add multi region support for Events 2019-10-03 15:15:11 -04:00
test_glacier
test_glue Add glue.batch_get_partition endpoint 2019-07-17 14:11:34 -05:00
test_iam Fix multiple IAM Policy Statement creation with empty sid 2019-09-10 23:43:50 -03:00
test_iot Add support for IoT register_certificate (#1827) 2019-05-25 18:30:23 +01:00
test_iotdata fix #2392 Add validation for shadow version,when update_thing_shadow() has called 2019-08-26 17:47:08 +09:00
test_kinesis Supporting more modern Firehose features 2019-10-10 17:44:09 -07:00
test_kms fix encoding for Python 2 in KMS tests 2019-09-13 14:08:26 -07:00
test_logs feat: implement logs untag_log_group 2019-09-26 20:20:53 +01:00
test_opsworks
test_organizations [Resolves #2355] - create_organization(): add master account, default policy 2019-08-06 16:52:31 -07:00
test_packages Adding additional tests to increase coverage 2019-02-16 20:53:27 -06:00
test_polly
test_rds VPC IPv4 validation (#2026) 2019-05-25 18:35:07 +01:00
test_rds2 fix(rds2): handle create_db_instance when AllocatedStorage is not specified 2019-10-15 16:18:37 -04:00
test_redshift add enhanced vpc routing option to redshift moto 2019-09-01 00:34:18 +10:00
test_resourcegroups Add resource-groups. (#1953) 2019-05-25 11:10:34 +01:00
test_resourcegroupstaggingapi Supporting tags in KMS (#2332) 2019-07-24 19:15:43 -07:00
test_route53 Remove extraneous print statement from test 2019-08-28 13:59:49 -05:00
test_s3 Remove erroneous comment 2019-10-17 00:17:45 -04:00
test_s3bucket_path Fixing broken tests #2126 2019-03-28 10:09:03 -07:00
test_secretsmanager #2366 - SecretsManager - put_secret_value should support binary values 2019-08-23 10:57:15 +01:00
test_ses Implementing send_templated_email 2019-10-02 08:39:35 +01:00
test_sns Merge pull request #2442 from titibike/sns_subscription_attributes 2019-10-15 10:05:20 -07:00
test_sqs fix test server error 2019-10-13 20:32:53 +02:00
test_ssm Add ParameterFilters to SSM describe_parameters 2019-10-05 14:05:47 +02:00
test_stepfunctions stepfunctions: start_execution accepts name arg 2019-10-03 14:47:24 +01:00
test_sts Skip checking the expiration of AssumedRole in server mode. 2019-08-22 11:06:42 +02:00
test_swf
test_xray
__init__.py
backport_assert_raises.py
helpers.py