Action #1803
Add unit tests for example C++ executables and Python scripts
Status: | Closed | Start date: | 06/23/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 1.1.0 | |||
Duration: |
Description
Everything in the examples folder should be included in unit tests so that validity of the examples is continuously monitored
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen over 8 years ago
- Status changed from New to In Progress
- Assigned To set to Knödlseder Jürgen
- Target version changed from 1.2.0 to 1.1.0
Decided to include this in the 1.1 release.
#2 Updated by Knödlseder Jürgen over 8 years ago
- % Done changed from 0 to 90
All example scripts are now unit tested using the test_examples.py
script that is called when make check
in invoked. Unit testing of examples scripts is now simply an additional unit test of the package. Note, however, that so far no meaningful tests have been implemented, but at least it is checked whether the example programs and scripts do not fail.
#3 Updated by Knödlseder Jürgen over 8 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
Merged into devel