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 c97e91a commit fc27485Copy full SHA for fc27485
source-code/testing/Hypothesis/README.md
@@ -19,3 +19,8 @@ Run with pytest:
19
```bash
20
$ pytest --hypothesis-show-statistics
21
```
22
+
23
+For the `points.py` example, run with:
24
+```bash
25
+$ pytest --hypothesis-show-statistics points.py
26
+```
0 commit comments