ImproPhoto / pymicmac

Python tools for the MicMac FOSS photogrammetric "suite"
Other
35 stars 12 forks source link

Make the main testing script perform actual testing #27

Closed elboyran closed 7 years ago

elboyran commented 7 years ago

Currently the main testing script run_workflow_test only runs workflow steps in sequence, but doesn't check if they pass.

For example, check at the end if the final pointcloud (.ply file) was created. If not --> fail.

romulogoncalves commented 7 years ago

The issue depends on this issue: https://github.com/ImproPhoto/pymicmac/issues/36

sverhoeven commented 7 years ago

Fixed with #41