Skip to content

Commit 0b39687

Browse files
committed
Added more comments
1 parent d83fbc3 commit 0b39687

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/domain/test_get_terraform_messages.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
class GetTerraformExamplesTest(unittest.TestCase):
88
@unittest.skip(
9-
"This is only used to generate new examples for the generate_hcl.py file"
9+
"""This is only used to generate new examples for the generate_hcl.py file.
10+
Comment out the skip annotation and run the test manually to generate a block
11+
of HCL that is pasted into the get_hardcoded_hcl_examples() function."""
1012
)
1113
def test_get_live_messages(self):
1214
messages = get_live_messages(os.environ.get("GH_TEST_TOKEN"))

0 commit comments

Comments
 (0)