moto/tests/terraformtests
2022-12-09 22:52:05 -01:00
..
bin Service: Comprehend (Entity Recognizer) (#5530) 2022-10-04 20:26:17 +00:00
etc TechDebt - Unpin TF (#5590) 2022-10-23 11:23:23 +00:00
terraform-provider-aws@f9a6db6e3c Upgrade TF (#5683) 2022-11-18 20:17:24 -01:00
test-fixtures
__init__.py
get_tf_services.py
get_tf_tests.py
README.md
terraform-tests.failures.txt APIGatewayV2: create_authorizer() now validates whether the AuthorizerPayloadFormatVersion is specified (#5474) 2022-09-15 20:31:42 +00:00
terraform-tests.success.txt Route53: Record overwrites: fix error msg (#5747) 2022-12-09 22:52:05 -01:00

Documentation on how to run Terraform Tests can be found here:

http://docs.getmoto.org/en/latest/docs/contributing/development_tips/tests.html#terraform-tests

To see a list of available tests:

cd tests/terraformtests/terraform-provider-aws
go test ./internal/service/elb/ -v -list TestAcc

To run a specific test:

moto_server -p 4566
make terraformtests SERVICE_NAME=elb TEST_NAMES=NewTestName

To see the list of tests that currently pass:

python tests/terraformtests/get_tf_services.py
python tests/terraformtests/get_tf_tests.py ec2