moto/tests
2023-01-11 18:28:07 -01:00
..
terraformtests Route53: Record overwrites: fix error msg (#5747) 2022-12-09 22:52:05 -01:00
test_acm
test_acmpca
test_amp Remove Py3.6 support (#5818) 2023-01-06 11:07:20 -01:00
test_apigateway
test_apigatewayv2
test_applicationautoscaling
test_appsync
test_athena Prepare release 4.0.12 (#5781) 2022-12-18 09:06:52 -01:00
test_autoscaling Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) 2022-11-17 21:41:08 -01:00
test_awslambda ECR Manifest List Support (#5753) 2022-12-16 17:22:43 -01:00
test_batch Admin: Update Docs to point to getmoto (#5826) 2023-01-07 10:35:14 -01:00
test_batch_simple Batch Simple: Fix regression where 'container' parameter was not returned. (#5644) 2022-11-07 19:24:24 -01:00
test_budgets MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
test_ce
test_cloudformation CloudFormation: changing error message to match aws api (stack update attempt with no updates) (#5800) 2022-12-22 18:01:34 -01:00
test_cloudfront CloudFront: Persist origin changes made via update-distribution calls (#5736) (#5737) 2022-12-07 23:02:01 -01:00
test_cloudtrail
test_cloudwatch Admin: Update Docs to point to getmoto (#5826) 2023-01-07 10:35:14 -01:00
test_codebuild
test_codecommit
test_codepipeline
test_cognitoidentity Techdebt: replace mock with unittest.mock (#5775) 2022-12-15 11:17:50 -01:00
test_cognitoidp Admin: Update Docs to point to getmoto (#5826) 2023-01-07 10:35:14 -01:00
test_comprehend
test_config
test_core Admin: Update Docs to point to getmoto (#5826) 2023-01-07 10:35:14 -01:00
test_databrew
test_datapipeline
test_datasync
test_dax
test_dms Update Black + formatting (#4926) 2022-03-10 13:39:59 -01:00
test_ds Feature: Ability to seed Moto, and make random ID's deterministic (#5492) 2022-09-28 09:35:12 +00:00
test_dynamodb Admin: Update Docs to point to getmoto (#5826) 2023-01-07 10:35:14 -01:00
test_dynamodb_v20111205
test_dynamodbstreams Fix PytestRemovedIn8Warning Warnings 2022-10-27 19:46:47 -07:00
test_ebs
test_ec2 Admin: Update Docs to point to getmoto (#5826) 2023-01-07 10:35:14 -01:00
test_ec2instanceconnect
test_ecr ECR Manifest List Support (#5753) 2022-12-16 17:22:43 -01:00
test_ecs Support tags in ECS start_task and describe_tasks (#5817) 2023-01-11 18:28:07 -01:00
test_efs Remove Py3.6 support (#5818) 2023-01-06 11:07:20 -01:00
test_eks Techdebt: replace mock with unittest.mock (#5775) 2022-12-15 11:17:50 -01:00
test_elasticache MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
test_elasticbeanstalk
test_elastictranscoder Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) 2022-11-17 21:41:08 -01:00
test_elb ELB: describe_instance_health() should check LB existence (#5706) 2022-11-23 18:10:18 -01:00
test_elbv2 Admin: Update Docs to point to getmoto (#5826) 2023-01-07 10:35:14 -01:00
test_emr Remove dependency on pytz (#5749) 2022-12-09 22:56:08 -01:00
test_emrcontainers
test_emrserverless TechDebt - enable pylint rule redefined-outer-scope (#5518) 2022-10-04 16:28:30 +00:00
test_es
test_events Remove dependency on pytz (#5749) 2022-12-09 22:56:08 -01:00
test_firehose
test_forecast
test_glacier
test_glue Remove dependency on pytz (#5749) 2022-12-09 22:56:08 -01:00
test_greengrass
test_guardduty
test_iam Remove Py3.6 support (#5818) 2023-01-06 11:07:20 -01:00
test_iot IoT: Generate valid keys and certificates (#5801) 2022-12-22 15:49:14 -01:00
test_iotdata IOTData: Fix bug where publish() could only be called once (#5812) 2023-01-03 20:21:52 -01:00
test_kinesis Kinesis: Support new endpoint for botocore 1.29.31 (#5778) 2022-12-16 14:53:27 -01:00
test_kinesisvideo
test_kinesisvideoarchivedmedia
test_kms Techdebt: KMS: Mock RSA calls in some tests (#5782) 2022-12-17 20:35:07 -01:00
test_logs Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) 2022-11-17 21:41:08 -01:00
test_managedblockchain
test_mediaconnect
test_medialive
test_mediapackage
test_mediastore
test_mediastoredata Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
test_meteringmarketplace
test_moto_api
test_mq
test_opsworks
test_organizations
test_personalize
test_pinpoint Update Black + formatting (#4926) 2022-03-10 13:39:59 -01:00
test_polly Polly: Update the list of voices (#5723) 2022-11-30 16:00:40 -01:00
test_quicksight
test_ram
test_rds RDS: promote_read_replica (#5739) 2022-12-08 11:03:32 -01:00
test_redshift Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) 2022-11-17 21:41:08 -01:00
test_redshiftdata
test_rekognition
test_resourcegroups Techdebt: Refactor/remove warnings in ResourceGroups tests (#5716) 2022-11-29 18:22:09 -01:00
test_resourcegroupstaggingapi
test_route53 fix(route53): Allow upsert for resource records that already exist. (#5788) 2022-12-21 22:38:27 -01:00
test_route53resolver
test_s3 Admin: Update Docs to point to getmoto (#5826) 2023-01-07 10:35:14 -01:00
test_s3bucket_path
test_s3control MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
test_sagemaker Add sagemaker mock call: update_pipeline (#5787) 2022-12-19 22:35:37 -01:00
test_sdb
test_secretsmanager Implement secretsmanager CancelRotateSecret (#5809) 2023-01-03 18:22:38 -01:00
test_servicediscovery
test_servicequotas
test_ses Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) 2022-11-17 21:41:08 -01:00
test_signer
test_sns
test_special_cases EC2: Only load custom amis when specified (#5697) 2022-11-30 16:41:42 -01:00
test_sqs Admin: Update Docs to point to getmoto (#5826) 2023-01-07 10:35:14 -01:00
test_ssm SSM: Improve tag filtering (#5752) 2022-12-10 21:36:09 -01:00
test_ssoadmin
test_stepfunctions
test_sts
test_support
test_swf Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) 2022-11-17 21:41:08 -01:00
test_textract
test_timestreamwrite
test_transcribe
test_utilities Pylint - Enable more rules on source and tests-directory (#4929) 2022-03-11 20:28:45 -01:00
test_wafv2 Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) 2022-11-17 21:41:08 -01:00
test_xray
__init__.py
helpers.py