moto/tests/terraformtests
2022-07-27 19:41:27 -03:00
..
bin CloudFront improvements (#5275) 2022-06-29 20:12:56 +00:00
etc EC2: fixed filtering in describe az (#5307) 2022-07-27 19:41:27 -03:00
terraform-provider-aws@3c1f58b59a Update TF to latest (#5266) 2022-06-26 17:23:26 +00:00
test-fixtures Terraform Tests - update to latest TF branch (#5031) 2022-04-16 10:02:57 +00:00
__init__.py Terraform Tests - update to latest TF branch (#5031) 2022-04-16 10:02:57 +00:00
get_tf_services.py Terraform Tests - update to latest TF branch (#5031) 2022-04-16 10:02:57 +00:00
get_tf_tests.py Terraform Tests - update to latest TF branch (#5031) 2022-04-16 10:02:57 +00:00
README.md Terraform - enable additional tests (#5035) 2022-04-17 22:34:48 +00:00
terraform-tests.failures.txt Enable more TF tests (#5148) 2022-05-19 11:08:02 +00:00
terraform-tests.success.txt EC2: fixed filtering in describe az (#5307) 2022-07-27 19:41:27 -03: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