moto/tests/terraformtests/get_tf_services.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
156 B
Python
Raw Normal View History

import yaml
with open("tests/terraformtests/terraform-tests.success.txt") as f:
dct = yaml.load(f, Loader=yaml.FullLoader)
print(list(dct.keys()))