Commit 89525a2
committed
🎨 Hook up hypothesis profiles
Problem:
- Building hypothesis tests on the command line takes too long.
- Building hypothesis tests in CI does not test enough cases.
Solution:
- Use different profiles: 10 iterations on the command line and 500 in CI.
Note:
- The default (with no profile) is 100 iterations.1 parent a598519 commit 89525a2
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments