Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Do not restrict coverage to `matplotlib` module only #6851
Conversation
mdboom
added the
needs_review
label
Jul 28, 2016
|
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 |
tacaswell
added this to the
2.1 (next point release)
milestone
Jul 29, 2016
|
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). |
Kojoley commentedJul 28, 2016
Addition to #6819