QGIS-Processing-tools icon indicating copy to clipboard operation
QGIS-Processing-tools copied to clipboard

[testing] Add unit tests to scripts

Open brylie opened this issue 10 years ago • 1 comments

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).

brylie avatar Dec 15 '14 14:12 brylie

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.

anitagraser avatar Feb 03 '15 20:02 anitagraser