Do not restrict coverage to matplotlib module only#6851
Do not restrict coverage to matplotlib module only#6851tacaswell merged 1 commit intomatplotlib:masterfrom
matplotlib module only#6851Conversation
|
I should point out that mpl_toolkits is an optional install. Furthermore, could this lead to confusion if basemap is installed on a user's system? basemap's tests (such that it is) doesn't get triggered by matplotlib's test suite. |
|
I do not why someone may be confused more than now, because current tests list is hardcoded with |
|
That isn't hard-coded. It is the list of possible test modules. The The discrepancy that I worry about is what would the coverage stuff do if On Thu, Jul 28, 2016 at 5:46 PM, Nikita Kniazev notifications@github.com
|
|
We can just restrict coverage to or similar. That would avoid it picking up |
|
I do not see any The --cover-package option (or To ensure that nothing comes from the P.S. I do not know what we are arguing here about, because this PR is just a fix for #6819 and the questions should be addressed not to me then... |
|
I think this is fine. It is good to be able to see the coverage on axes_grid and friends. We only install basemap as part of the building the docs (and only after the tests are run). |
Addition to #6819