moto/tests
Brian Pandola 76265576ac
Fix: describe/list attribute discrepancy in Secrets Manager (#3432)
`secretsmanager:DescribeSecret` returns `VersionIdsToStages`
`secretsmanager:ListSecrets` returns the same information in `SecretVersionsToStages`

* Verified fix against real AWS backend.

Fixes #3406
2020-11-03 14:18:56 +00:00
..
test_acm Enable more unit tests for ACM (#3372) 2020-10-12 14:43:36 +01:00
test_apigateway Fix: Api-Gateway ApiKeyAlreadyExists headers change. (#3162) 2020-09-01 08:25:59 +01:00
test_applicationautoscaling ApplicationAutoscaling: support autoscaling policies, deregister_scalable_target (#3350) 2020-10-30 15:21:34 +00:00
test_athena
test_autoscaling List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_awslambda Linting 2020-09-13 19:42:38 +01:00
test_batch List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_cloudformation issue-3379 iam list_roles: implement PathPrefix, MaxItems and Marker (#3380) 2020-10-12 12:13:20 +01:00
test_cloudwatch Fix: Adding alarm arn to describe alarms response (#3409) 2020-11-02 08:56:18 +00:00
test_codecommit List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_codepipeline
test_cognitoidentity List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_cognitoidp added cognito idp function admin_set_user_password to the code (#3328) 2020-09-21 18:40:07 +01:00
test_config Config - implement Organization Conformance Pack functionality (#3116) 2020-07-13 09:30:55 +01:00
test_core Fix deprecation warnings due to invalid escape sequences. (#3273) 2020-09-10 09:20:26 +01:00
test_datapipeline
test_datasync
test_dynamodb
test_dynamodb2 Fix dynamodb:TransactGetItems response for items that do not exist (#3420) 2020-10-29 11:50:45 +00:00
test_dynamodbstreams Fix: eventName for a deleted record should be REMOVE instead of DELETE (#3431) 2020-11-02 17:21:09 +00:00
test_ec2 Fix:Added Tags for Network-ACL,RouteTable,InternetGateway (#3430) 2020-11-02 13:30:02 +00:00
test_ec2instanceconnect
test_ecr
test_ecs Fix missing properties when ecs:TaskDefinition created via CloudFormation (#3378) 2020-10-12 20:53:30 +01:00
test_elasticbeanstalk List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_elb
test_elbv2 Linting 2020-09-13 19:42:38 +01:00
test_emr EMR: Support for StepConcurrencyLevel. (#3351) 2020-10-02 14:07:13 +01:00
test_events feat: update events remove_targets API response (#3340) 2020-09-29 11:51:17 +01:00
test_glacier List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_glue change code style to pass black --check 2020-04-21 22:34:05 +02:00
test_iam issue-3379 iam list_roles: implement PathPrefix, MaxItems and Marker (#3380) 2020-10-12 12:13:20 +01:00
test_iot iot:DeleteThingGroup should return success even for non-existent groups (#3367) 2020-10-09 15:57:00 +01:00
test_iotdata
test_kinesis Iam cloudformation update, singificant cloudformation refactoring (#3218) 2020-08-27 10:11:47 +01:00
test_kinesisvideo Add kinesisvideo (#3271) 2020-09-02 08:51:51 +01:00
test_kinesisvideoarchivedmedia Add kinesisvideo archived media (#3280) 2020-09-04 12:14:48 +01:00
test_kms
test_logs Fix: nextToken value in logs:DescribeLogGroups response (#3398) 2020-10-21 09:47:09 +01:00
test_managedblockchain
test_opsworks
test_organizations added organizations detach_policy response, model, and tests, issue #… (#3278) 2020-09-25 16:55:29 +01:00
test_packages Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_polly Merge remote-tracking branch 'upstream/master' 2019-12-23 08:38:53 +01:00
test_ram RAM - implement CRUD endpoints (#3158) 2020-07-21 14:15:13 +01:00
test_rds
test_rds2
test_redshift
test_resourcegroups
test_resourcegroupstaggingapi Add ec2.vpc resource support to Tagging API (#3375) 2020-10-10 19:05:21 +01:00
test_route53
test_s3 S3 - Add more detail to error responses 2020-10-28 14:22:18 +00:00
test_s3bucket_path List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_sagemaker Notebook Lifecycle Config create, describe and delete (#3417) 2020-10-30 21:05:06 +00:00
test_secretsmanager Fix: describe/list attribute discrepancy in Secrets Manager (#3432) 2020-11-03 14:18:56 +00:00
test_ses SES: Fix sending email when use verify_email_address (#3242) 2020-08-25 13:51:58 +01:00
test_sns Fix: SNS Delete subscriptions on topic deletion (#3410) 2020-10-29 08:52:02 +00:00
test_sqs Fix SQS md5 attribute hashing. (#3403) 2020-10-27 12:13:47 +00:00
test_ssm List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_stepfunctions Add support for CloudFormation resource AWS::StepFunctions::StateMachine (#3429) 2020-11-02 11:53:03 +00:00
test_sts
test_swf
test_transcribe Transcribe Medical Support (#3299) 2020-09-30 13:18:26 +01:00
test_utilities
test_xray
__init__.py
backport_assert_raises.py
helpers.py