legendgram
legendgram copied to clipboard
testing for legendgrams?
@ljwolf Should legendgram/test_legendgram.py be moved into a new tests/ directory?
sure; better to be consistent. In theory, I'm fine with having small packages have no dedicated test directory, but there's no reason not to be consistent.
Further, as @martinfleis notes, we need to update the tests. pysal.contrib is over, and we need to use the standard geopandas tools to plot, I think.
- since
legendgramis moving to insidesplot, should we work on updating the tests once it's in there? - @slumnitz, are you considering migrating
splottesting from TravisCI to GitHub Actions? If yes, I can help out with that.
pysal.contribis over, and we need to use the standard geopandas tools to plot, I think
geoplot from pysal.contrib.viz.mapping isn't even being used in the testing. Can we just remove that import in #11 ?