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 82cc470 commit 234e9aaCopy full SHA for 234e9aa
README.md
@@ -256,7 +256,8 @@ jobs:
256
>
257
> - Increase the maximum number of examples, e.g., by adding `--max-examples
258
> 1000` to the test command (the default is `100`, see below). This will
259
-> make it more likely that the failing case will be found.
+> make it more likely that the failing case will be found, but it will also
260
+> make the tests take longer to run.
261
> - Don't use `-o xfail_strict=True`. This will make it so that if an XFAIL
262
> test passes, it will alert you in the test summary but will not cause the
263
> test run to register as failed.
0 commit comments