OCHA-DAP / ocha-anticipy

Python package to support the development of anticipatory action frameworks
https://github.com/OCHA-DAP/ocha-anticipy
GNU General Public License v3.0
8 stars 1 forks source link

E2E tests #127

Open turnerm opened 2 years ago

turnerm commented 2 years ago
caldwellst commented 2 years ago

I had this exact thought after you asking Zack to test GLOFAS on windows in #137. However, as we would expect, it's gonna be tough with the GDAL setup. I had a look at some of our dependencies and their approach, and rasterio just tests on Ubuntu. The approach we might follow would be rioxarray where other operating systems are tested using the Conda deployment.

So something that we can tackle following #96 maybe? If that's the case, likely wouldn't need it to be the same testing on push I guess but maybe only at version increments that will be pushed out to conda (so whenever develop merged to main)?