We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339ede6 commit bdb4b35Copy full SHA for bdb4b35
1 file changed
tests/flow/test_modules_flow.py
@@ -23,5 +23,8 @@ def test_modulesSimpleFlow(env):
23
"""
24
checkSampleModules(env)
25
26
+def test_failure(env):
27
+ env.assertTrue(False)
28
+
29
30
0 commit comments