We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3d33f commit 068581bCopy full SHA for 068581b
test/framework/options.py
@@ -5633,7 +5633,7 @@ def test_easystack_basic(self):
5633
]
5634
for pattern in patterns:
5635
regex = re.compile(pattern)
5636
- self.assertTrue(regex.match(stdout) is not None)
+ self.assertTrue(regex.match(stdout), "Pattern '%s' should be found in: %s" % (regex.pattern, stdout))
5637
5638
def test_easystack_wrong_structure(self):
5639
"""Test for --easystack <easystack.yaml> when yaml easystack has wrong structure"""
0 commit comments