Closed elboyran closed 7 years ago
Currently the main testing script run_workflow_test only runs workflow steps in sequence, but doesn't check if they pass.
run_workflow_test
For example, check at the end if the final pointcloud (.ply file) was created. If not --> fail.
The issue depends on this issue: https://github.com/ImproPhoto/pymicmac/issues/36
Fixed with #41
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.