Applied-GeoSolutions / gips

Geospatial Image Processing System
GNU General Public License v3.0
17 stars 5 forks source link

Implement convenient record & playback style for updating system tests #468

Closed ra-tolson closed 5 years ago

ra-tolson commented 6 years ago

User should be able to run the system tests in a 'record' mode to establish or update a set of expected test outcomes. Then, in 'normal' mode, the tests are run and the outcomes are compared the previously recorded expecations.

(maybe json instead of keeping it in a python file)