Commit 19f3677
committed
feat: enable parallel pytest coverage
The signal handler tests do not count towards coverage because they are
tested in a separate process (to avoid signals being intercepted by
`pytest` instead). We can still capture this coverage however by
configuring pytest-coverage to know that we may be executing tests with
multiple processes by using `multiprocessing`.
Signed-off-by: Alex Jones <[email protected]>1 parent 310b1c7 commit 19f3677
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
136 | 143 | | |
137 | 144 | | |
138 | 145 | | |
| |||
0 commit comments