moto/tests
Brian Pandola ae2865d559
Minor RDS Clean up (#3682)
* Fix `DBInstanceNotFound` error message

Changed from `Database` to `DBInstance`, which is actually what comes back from AWS.

* Remove duplicate test

The removed test actually fails if run in isolation because `rds2` is not a
valid boto3 client service.  The reason this test never caused CI to fail is
because it is redefined later in the test suite, effectively making it dead
code that will never run.

Duplicate test has been removed and the remaining test has been improved
with more explicit asserts.
2021-02-13 11:12:02 +00:00
..
test_acm Linting 2020-11-11 15:55:37 +00:00
test_apigateway Leave the global responses configuration alone (#3529) 2021-01-15 09:12:41 +00:00
test_applicationautoscaling Remove redundant test code (#3640) 2021-01-31 12:21:24 +00:00
test_athena Linting 2020-11-11 15:55:37 +00:00
test_autoscaling Address pytest warnings (#3629) 2021-01-29 11:31:56 +00:00
test_awslambda Assume synchronous Lambda invocation by default (#3615) 2021-01-26 13:28:01 +00:00
test_batch Fix Race Condition in batch:SubmitJob (#3480) 2020-11-18 10:49:25 +00:00
test_cloudformation Add failures output to ecs.describe_services (#3641) 2021-02-01 12:19:46 +00:00
test_cloudwatch Tech debt (#3653) 2021-02-02 16:31:26 +00: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 Fix ResourceNotFoundError exception message (#3582) 2021-01-10 13:26:40 +00:00
test_cognitoidp Support cognito admin user password auth flow (#3547) 2020-12-15 07:48:52 +00:00
test_config Linting 2020-11-11 15:55:37 +00:00
test_core Address pytest warnings (#3629) 2021-01-29 11:31:56 +00:00
test_datapipeline Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_datasync Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_dynamodb Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_dynamodb2 Add CRC32 to DynamoDB responses (#3677) 2021-02-12 14:26:06 +00:00
test_dynamodbstreams Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_ec2 Tech debt (#3653) 2021-02-02 16:31:26 +00:00
test_ec2instanceconnect Improve implementation coverage (and layout) 2020-05-12 14:58:35 +01:00
test_ecr Remove redundant test code (#3640) 2021-01-31 12:21:24 +00:00
test_ecs Add failures output to ecs.describe_services (#3641) 2021-02-01 12:19:46 +00:00
test_elasticbeanstalk Fix: elasticbeanstalk ApplicationArn does not contain ApplicationName (#3511) 2020-12-04 10:31:28 +00:00
test_elb Address pytest warnings (#3629) 2021-01-29 11:31:56 +00:00
test_elbv2 (fix) Fixes #3648 (#3649) 2021-02-02 15:21:16 +00:00
test_emr Fix: EMR ReleaseLabel validation does not respect semantic versioning (#3489) 2020-11-22 18:54:59 +00:00
test_events Add EventBridge Archive CRUD endpoints (#3617) 2021-01-28 10:47:53 +00:00
test_forecast Linting 2020-11-11 15:55:37 +00:00
test_glacier Port test suite from nose to pytest. 2020-11-10 08:23:44 +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 Add tag & untag user (#3638) 2021-02-01 11:37:54 +00:00
test_iot Fix: IoT does not work in server mode (#3644) 2021-02-01 13:15:57 +00:00
test_iotdata Fix: IoT does not work in server mode (#3644) 2021-02-01 13:15:57 +00:00
test_kinesis Port test suite from nose to pytest. 2020-11-10 08:23:44 +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 Remove redundant test code (#3640) 2021-01-31 12:21:24 +00:00
test_logs Linting 2020-11-11 15:55:37 +00:00
test_managedblockchain Linting 2020-11-11 15:55:37 +00:00
test_medialive Implementation of core AWS Media Live endpoins (#3428) 2021-01-19 16:11:39 +00:00
test_opsworks Address pytest warnings (#3629) 2021-01-29 11:31:56 +00:00
test_organizations Linting 2020-11-11 15:55:37 +00:00
test_packages Port test suite from nose to pytest. 2020-11-10 08:23:44 +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 Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_rds2 Minor RDS Clean up (#3682) 2021-02-13 11:12:02 +00:00
test_redshift Add KmsKeyId to Redshift Cluster (#3666) 2021-02-08 18:52:47 +00:00
test_resourcegroups Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_resourcegroupstaggingapi Add ResourceGroupsTaggingAPI Support for RDS Resources (#3674) 2021-02-11 15:15:24 +00:00
test_route53 Route53: Implement dummy GetChange endpoint (#3486) 2020-11-20 07:21:05 +00:00
test_s3 #3667: Update the s3 post functionality to better support success_action_redirect (#3668) 2021-02-10 09:06:03 +00:00
test_s3bucket_path Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_sagemaker Tech debt (#3653) 2021-02-02 16:31:26 +00:00
test_secretsmanager Linting 2020-11-11 15:55:37 +00:00
test_ses Functionality added to SES service (#3670) 2021-02-11 18:31:17 +00:00
test_sns Update SNS get_endpoint_attributes response for Not Found endpoints (#3637) 2021-01-31 12:29:10 +00:00
test_sqs Tech debt (#3653) 2021-02-02 16:31:26 +00:00
test_ssm Address pytest warnings (#3629) 2021-01-29 11:31:56 +00:00
test_stepfunctions test_stepfunctions: Fix failures under non-UTC timezone (#3528) 2020-12-09 12:25:11 +00:00
test_sts Enable AWSLambda and STS mocking for AWS China regions/endpoints (#3574) 2021-01-08 14:22:12 +00:00
test_swf Fix heartbeatTimeout of NONE and polling responses when there are no tasks (#3680) 2021-02-12 13:01:42 +00:00
test_transcribe Linting 2020-11-11 15:55:37 +00:00
test_utilities Use TaggingService for S3 Objects 2020-03-31 12:04:04 +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 Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00