DOI-USGS / knoten

Python Geospatial Sensor Exploitation Library
Other
3 stars 21 forks source link

No tests on csm.py #113

Closed jlaura closed 6 months ago

jlaura commented 11 months ago

It appears that there are zero tests on csm.py. One can use mock.MagicMock(spec=csmapi.RasterGM) to mock in a sensor and get test coverage on the funcs.

jlaura commented 6 months ago

Partially fixed by #121.