moto/tests/terraformtests
2023-06-29 09:09:15 +00:00
..
bin RDS: Various improvements (#6186) 2023-04-08 10:33:09 +00:00
etc RDS: Various improvements (#6186) 2023-04-08 10:33:09 +00:00
terraform-provider-aws@a8163ccac8 Terraform - Update to latest commit (#5982) 2023-02-25 19:24:03 -01:00
test-fixtures
__init__.py
get_tf_services.py
get_tf_tests.py
README.md
terraform-tests.failures.txt Terraform - Update to latest commit (#5982) 2023-02-25 19:24:03 -01:00
terraform-tests.success.txt APIGatewayV2: Stages (#6456) 2023-06-29 09:09:15 +00: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