Feature request #5807
Develop a test suite
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Pull Request or Patch supplied: | Yes | Resolution: | fixed/implemented |
Easy fix?: | No | Copied to github as #: | 15291 |
Description
It would be good to have a test suite for sextante. I'm thinking of a very simple script that runs through all commands, taking a few standard data, with default options, checks if an output is produced, and sends a report of failed commands.
Of course this approach only checks for obviously broken commands, not for correct results (this could be added later, using the approach Tim used for make test) but it would help a lot our workflow nevertheless.
History
#1 Updated by Camilo Polymeris over 12 years ago
- Assignee changed from Victor Olaya to Camilo Polymeris
I have added a basic test suite. Will continue to improve on that, but if there are things in particular you want to check, let me know.
#2 Updated by Giovanni Manghi about 10 years ago
- Project changed from 78 to QGIS Application
- Category deleted (
65)
#3 Updated by Giovanni Manghi about 10 years ago
- Category set to Processing/Core
#4 Updated by Giovanni Manghi about 10 years ago
- Assignee changed from Camilo Polymeris to Victor Olaya
#5 Updated by Alexander Bruy almost 9 years ago
- Status changed from Open to In Progress
- % Done changed from 20 to 50
- Pull Request or Patch supplied changed from No to Yes
PR is waiting for merge https://github.com/qgis/QGIS/pull/2648
#6 Updated by Alexander Bruy almost 9 years ago
- Resolution set to fixed/implemented
- Status changed from In Progress to Closed
PR was merged