We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83fbc3 commit 0b39687Copy full SHA for 0b39687
tests/domain/test_get_terraform_messages.py
@@ -6,7 +6,9 @@
6
7
class GetTerraformExamplesTest(unittest.TestCase):
8
@unittest.skip(
9
- "This is only used to generate new examples for the generate_hcl.py file"
+ """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."""
12
)
13
def test_get_live_messages(self):
14
messages = get_live_messages(os.environ.get("GH_TEST_TOKEN"))
0 commit comments