Perhaps when this test case was originally created, project tests could not use a matrix of options? This is certainly possible today, so don't write special unittest handling for this instead. This adds proper visibility into what gets run and what doesn't. Now we know which python executables got tested and which got skipped.pull/10134/head
parent
ff844f3a1f
commit
4b0c0810df
7 changed files with 15 additions and 39 deletions
@ -0,0 +1,13 @@ |
||||
{ |
||||
"matrix": { |
||||
"options": { |
||||
"python": [ |
||||
{ "val": null }, |
||||
{ "val": "python2" }, |
||||
{ "val": "python3" }, |
||||
{ "val": "pypy" }, |
||||
{ "val": "pypy3" } |
||||
] |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue