Skip to content

Commit fc27485

Browse files
committed
Add instructions for points fuzz testing
1 parent c97e91a commit fc27485

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source-code/testing/Hypothesis/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ Run with pytest:
1919
```bash
2020
$ pytest --hypothesis-show-statistics
2121
```
22+
23+
For the `points.py` example, run with:
24+
```bash
25+
$ pytest --hypothesis-show-statistics points.py
26+
```

0 commit comments

Comments
 (0)