fortyninemaps / karta

A tidy Python package for geospatial computation
https://karta.fortyninemaps.com
MIT License
100 stars 11 forks source link

C code testing #34

Open njwilson23 opened 8 years ago

njwilson23 commented 8 years ago

Need to make sure that the C code (currently in the vector submodule) is getting tested adequately. Many functions don't expose a Python interface. Not sure how to work this into the current unittest framework, so might been to look at some other projects to see how they handle it.