moto/tests
2021-09-16 21:49:49 +00: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 Added AutoScalingGroup LifeCycleHook support (fake) (#4259) 2021-09-02 14:10:11 +01:00
test_awslambda AWSLambda:list_functions() should only return the latest version by default (#4047) 2021-08-28 15:26:44 +01:00
test_batch Batch - remove duplicate tests (#4208) 2021-08-22 15:14:46 +01:00
test_cloudformation Publish messages to SNS when CloudFormation NotifcationARNs is set (#4295) 2021-09-16 09:26:50 +00: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 AWS ConfigService put_config_rule, delete_config_rule, describe_config_rule (#4171) 2021-08-21 05:45:52 +01:00
test_core Fix regex URLs so that a dot is actually interpreted as a dot (#4110) 2021-08-28 13:42:45 +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 DynamoDB (V1) - implement UpdateItem (#3926) 2021-08-22 10:42:41 +01:00
test_dynamodb2 DynamoDB - Improve handling of ReturnConsumedCapacity-param (#4241) 2021-08-29 19:04:42 +01:00
test_dynamodbstreams Py3: use unittest.mock instead of mock (#3481) 2021-04-06 10:22:42 +01:00
test_ec2 fixed route-table vpc-endpoint integration (#4285) 2021-09-16 21:49:49 +00: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 Fix error when AWS::ECS::Service does not include a DesiredCount (#4292) 2021-09-15 21:05:53 +00:00
test_efs Add partial support for EFS (#4080) 2021-07-29 05:55:23 +01:00
test_eks Fargate (#4185) 2021-08-19 06:44:56 +01:00
test_elasticbeanstalk Refactor ARNs to remove hardcoded account id (#3701) 2021-02-17 09:06:22 +00:00
test_elastictranscoder Feature: Elastic Transcoder (#3810) 2021-08-28 07:30:40 +01:00
test_elb Address pytest warnings (#3629) 2021-01-29 11:31:56 +00:00
test_elbv2 Introduce Pylint to check for duplicate test method names (#3684) 2021-08-21 16:33:15 +01:00
test_emr Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_events Translate Cloudformation API data to EventBridge API data (#4188) 2021-08-18 20:31:29 +01:00
test_firehose Allow CloudWatch logs to be sent to Firehose (#4286) 2021-09-15 08:40:27 +00: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 Glue - Implemented create_crawler, get_crawler, get_crawlers, delete_crawler. Updated IMPLEMENTATION_COVERAGE.md. (#4222) 2021-08-26 10:49:41 +01:00
test_iam IAM - Delete Role/InstanceProfile via CloudFormation (#3591) 2021-08-28 11:00:05 +01:00
test_iot Iot/added deprecation errors (#4192) 2021-08-18 10:32:58 +01:00
test_iotdata Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_kinesis Add some basic Firehose service APIs (#4246) 2021-09-14 09:39:39 +00: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 Introduce Pylint to check for duplicate test method names (#3684) 2021-08-21 16:33:15 +01:00
test_logs Allow CloudWatch logs to be sent to Firehose (#4286) 2021-09-15 08:40:27 +00: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 Introduce Pylint to check for duplicate test method names (#3684) 2021-08-21 16:33:15 +01:00
test_mediastore Introduce Pylint to check for duplicate test method names (#3684) 2021-08-21 16:33:15 +01:00
test_mediastoredata Introduce Pylint to check for duplicate test method names (#3684) 2021-08-21 16:33:15 +01:00
test_opsworks Address pytest warnings (#3629) 2021-01-29 11:31:56 +00:00
test_organizations Organisations - Detach policy, and asserts it actually happens (#3759) 2021-08-22 10:49:48 +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 Introduce Pylint to check for duplicate test method names (#3684) 2021-08-21 16:33:15 +01: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 Route53 - Persist CallerReference (#3788) 2021-08-22 10:51:21 +01:00
test_s3 S3 - Correct error when creating a bucket that already exists (#4257) 2021-09-01 16:30:01 +01:00
test_s3bucket_path Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_sagemaker Implement sagemaker list_training_jobs enhancement (issue #4248) (#4256) 2021-09-02 13:45:47 +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 Add fifo high throughput (#4224) 2021-08-26 16:23:17 +01:00
test_sqs Remove Docker-dependency from SQS (#3738) 2021-08-28 10:03:17 +01:00
test_ssm refactor(ssm): Refactor document permisisons and conditions (#4243) 2021-09-08 06:56:20 +01:00
test_stepfunctions Remove unnecessary dependencies EC2/SQS (#4094) 2021-07-29 06:38:16 +01:00
test_sts Introduce Pylint to check for duplicate test method names (#3684) 2021-08-21 16:33:15 +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 A small bit of Transcribe support (#4269) 2021-09-07 14:18:04 +01:00
test_utilities Add validation of tags to TaggingService (#4253) 2021-09-01 07:07:01 +01: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 Fix NetworkInterface PrivateIP support and EIP association (#4288) 2021-09-16 21:07:18 +00:00
terraform-tests.success.txt fixed route-table vpc-endpoint integration (#4285) 2021-09-16 21:49:49 +00:00