diff options
Diffstat (limited to 'Help/prop_test/WILL_FAIL.rst')
-rw-r--r-- | Help/prop_test/WILL_FAIL.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/prop_test/WILL_FAIL.rst b/Help/prop_test/WILL_FAIL.rst new file mode 100644 index 0000000..f1f94a4 --- /dev/null +++ b/Help/prop_test/WILL_FAIL.rst @@ -0,0 +1,7 @@ +WILL_FAIL +--------- + +If set to true, this will invert the pass/fail flag of the test. + +This property can be used for tests that are expected to fail and +return a non zero return code. |