Commit 078be2a
committed
test: Enable to filter pytest tests to run
Previously, when using the python scripts generating buildkite steps, we
were only able to run the entire tests. However, in some cases, we would
like to run only a subset of them. Adds a new argument `-k` (or
`--keywords`) to filter pytest tests to run.
Signed-off-by: Takahiro Itazuri <[email protected]>1 parent b195cd1 commit 078be2a
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
187 | 195 | | |
188 | 196 | | |
189 | 197 | | |
| |||
360 | 368 | | |
361 | 369 | | |
362 | 370 | | |
| 371 | + | |
| 372 | + | |
363 | 373 | | |
364 | 374 | | |
365 | 375 | | |
| |||
0 commit comments