moto/tests
Ariel Beck 2f5a702f1f
added deprecate_thing_type method for IOT (#4184)
Co-authored-by: arielb <ariel.beck@cyberark.com>
2021-08-17 18:05:18 +01:00
..
test_acm Remove unnecessary dependencies EC2/SQS (#4094) 2021-07-29 06:38:16 +01:00
test_apigateway Improve test coverage (#4098) 2021-07-28 11:17:15 +01:00
test_applicationautoscaling Bugfix for put_scaling_policy in applicationautoscaling. (#4054) 2021-07-07 12:36:26 +01:00
test_athena Linting 2020-11-11 15:55:37 +00:00
test_autoscaling Implement AutoScaling resume_processes and correct behavior of suspend_processes (#4133) 2021-08-04 06:57:21 +01:00
test_awslambda #3991 - AWSLambda - set content-type to app/json (#4046) 2021-06-30 11:02:38 +01:00
test_batch Batch - Test rework (#4134) 2021-08-04 13:40:10 +01:00
test_cloudformation make FakeChangeSet a subclass of BaseModel, not FakeStack. 2021-08-07 17:02:22 +10:00
test_cloudwatch Add cloudwatch tags (#4179) 2021-08-16 08:52:19 +01:00
test_codecommit Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_codepipeline Linting 2020-11-11 15:55:37 +00:00
test_cognitoidentity Improve test coverage (#4098) 2021-07-28 11:17:15 +01:00
test_cognitoidp Add support for USER_PASSWORD_AUTH auth method (cognito-idp) (#4164) 2021-08-12 09:19:54 +01:00
test_config Add support for ConfigService APIs list_tags_for_resource, untag_resource, tag_resource (#4117) 2021-08-03 12:45:26 +01:00
test_core Tech debt - remove dead DynamoDB code and add RDS tests (#4136) 2021-08-04 17:24:26 +01:00
test_datapipeline Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_datasync Merge LocalStack changes into upstream moto (#4082) 2021-07-26 15:21:17 +01:00
test_dms DMS - basic task replication methods implementation (#3900) 2021-05-06 18:33:48 +01:00
test_dynamodb Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_dynamodb2 Merge LocalStack changes into upstream moto (#4082) 2021-07-26 15:21:17 +01:00
test_dynamodbstreams Py3: use unittest.mock instead of mock (#3481) 2021-04-06 10:22:42 +01:00
test_ec2 Tech debt - improve test coverage EC2/ELBv2/Events (#4181) 2021-08-16 15:13:50 +01:00
test_ec2instanceconnect Improve implementation coverage (and layout) 2020-05-12 14:58:35 +01:00
test_ecr Add ecr replication config (#4170) 2021-08-14 16:15:56 +01:00
test_ecs Add the abilitiy to set ECS task definition task role and execution role arns (#3869) 2021-04-21 18:56:09 +01:00
test_efs Add partial support for EFS (#4080) 2021-07-29 05:55:23 +01:00
test_eks Initial EKS Implementaion (#3981) 2021-06-20 11:34:31 +01:00
test_elasticbeanstalk Refactor ARNs to remove hardcoded account id (#3701) 2021-02-17 09:06:22 +00:00
test_elb Address pytest warnings (#3629) 2021-01-29 11:31:56 +00:00
test_elbv2 Tech debt - improve test coverage EC2/ELBv2/Events (#4181) 2021-08-16 15:13:50 +01:00
test_emr Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_events Tech debt - improve test coverage EC2/ELBv2/Events (#4181) 2021-08-16 15:13:50 +01:00
test_forecast Linting 2020-11-11 15:55:37 +00:00
test_glacier Allow Glacier VaultName to contain period (#3964) 2021-05-27 08:44:20 +01:00
test_glue Implement full Database object for Glue get_database() - fix for #3571. (#3572) 2021-01-11 13:10:18 +00:00
test_iam Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_iot added deprecate_thing_type method for IOT (#4184) 2021-08-17 18:05:18 +01:00
test_iotdata Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_kinesis UnboundLocalError is thrown when creating a Firehose delivery stream. (#4144) 2021-08-07 09:42:23 +01:00
test_kinesisvideo Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_kinesisvideoarchivedmedia Linting 2020-11-11 15:55:37 +00:00
test_kms Update ecr (#4128) 2021-08-03 16:21:15 +01:00
test_logs Add Log Service describe_resource_policies, delete_resource_policy (#4150) 2021-08-07 09:04:15 +01:00
test_managedblockchain Make Moto (tests) compatible with flask/werkzeug 2.x (#3923) 2021-05-13 10:36:56 +01:00
test_mediaconnect Add support for remove_flow_output and remove_flow_vpc_interface (#4058) 2021-07-07 11:11:19 +01:00
test_medialive Implementation of core AWS Mediapackage endpoints (#3762) 2021-03-12 14:56:25 +00:00
test_mediapackage Media store data Service (#3955) 2021-06-28 13:23:23 +01:00
test_mediastore Media store data Service (#3955) 2021-06-28 13:23:23 +01:00
test_mediastoredata Media store data Service (#3955) 2021-06-28 13:23:23 +01:00
test_opsworks Address pytest warnings (#3629) 2021-01-29 11:31:56 +00:00
test_organizations Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_packages Py3: use unittest.mock instead of mock (#3481) 2021-04-06 10:22:42 +01:00
test_polly Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_ram Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_rds Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_rds2 Tech debt - remove dead DynamoDB code and add RDS tests (#4136) 2021-08-04 17:24:26 +01:00
test_redshift Fix:Add functionality authorize-cluster-security-group-ingress (#3742) 2021-03-10 08:46:13 +00:00
test_resourcegroups Fix resource group get-group-query & update-query-query (#3934) 2021-05-18 20:58:21 +01:00
test_resourcegroupstaggingapi Add ResourceGroupsTaggingAPI Support for RDS Resources (#3674) 2021-02-11 15:15:24 +00:00
test_route53 sort Route53 resource record sets (#3864) 2021-04-20 12:50:05 +01:00
test_s3 Feature S3 Object Lock (#4174) 2021-08-17 06:16:59 +01:00
test_s3bucket_path Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_sagemaker Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_secretsmanager #4118 Add KmsKeyId Support to secretsmanager (#4119) 2021-08-03 15:46:23 +01:00
test_ses Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_sns Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_sqs Remove unnecessary dependencies EC2/SQS (#4094) 2021-07-29 06:38:16 +01:00
test_ssm Remove pkg_resources module (#4142) 2021-08-05 17:59:25 +01:00
test_stepfunctions Remove unnecessary dependencies EC2/SQS (#4094) 2021-07-29 06:38:16 +01:00
test_sts Merge LocalStack changes into upstream moto (#4082) 2021-07-26 15:21:17 +01:00
test_support Merge LocalStack changes into upstream moto (#4082) 2021-07-26 15:21:17 +01:00
test_swf EMR and SWF - add arn to response (#3873) 2021-04-23 15:20:36 +01:00
test_transcribe Linting 2020-11-11 15:55:37 +00:00
test_utilities Support Podman for mocking Lambda (#3702) 2021-02-18 08:58:20 +00:00
test_wafv2 Wafv2 initial Implementation 2021-08-04 06:45:41 +01:00
test_xray Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
__init__.py Address pytest warnings (#3629) 2021-01-29 11:31:56 +00:00
helpers.py Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
terraform-tests.failures.txt Add ecr repo policy (#4148) 2021-08-07 08:48:28 +01:00
terraform-tests.success.txt Add cloudwatch tags (#4179) 2021-08-16 08:52:19 +01:00