Open brylie opened 9 years ago
I'm trying to get unit tests working (see https://github.com/anitagraser/QGIS-Processing-tools/commit/977ba0022850c53925abaee5871e13453424a730) but I'm having trouble making Processing find the user scripts.
I always get Error: Algorithm not found.
None of the scripts appear to have unit tests. It might be worthwhile to choose a unit testing strategy and start adding basic tests to the scripts. This might entail some re-factoring, abstraction, and possibly merging of similar scripts (e.g. the point/line routing scripts).