You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some testing currently exists: a few unit tests for small helper classes, as well as a few GUI / command line running tests. To extend the coverage, we should add at least one command line running test for every filter in open_iA. Potentially we can also test starting different tools (though this is depending on the Common Project Files feature).
The text was updated successfully, but these errors were encountered:
As for integration tests, the following tools now have automated tests in place. These load project files with the tools enabled, which triggers loading them; in the end, a screenshot is produced and uploaded to our CDash test dashboard:
Adding a test for more (ideally all) available image filters from CommonImageFilters and Segmentation module, run via command line (see CommonImageFilters test definitions
Adding a check for comparing the output of the image filters from 1. to an expected image
Adding tests for other tools (e.g. Volume Player, Inspectr, ...) - these would require adding the ability to load these tools from projects file first, though!
Some testing currently exists: a few unit tests for small helper classes, as well as a few GUI / command line running tests. To extend the coverage, we should add at least one command line running test for every filter in open_iA. Potentially we can also test starting different tools (though this is depending on the Common Project Files feature).
The text was updated successfully, but these errors were encountered: