TomographicImaging / CILViewer

A simple Viewer for 3D data built with VTK
Apache License 2.0
8 stars 6 forks source link

Add unit test for standalone viewer #395

Open DanicaSTFC opened 5 months ago

DanicaSTFC commented 5 months ago

Draft in branch standalone-viewer-unit-test

https://github.com/vais-ral/CILViewer/tree/standalone-viewer-unit-test

The app should not be exec in the tests. The class can be instanced and closed, never executed. This can create disagreement with some other tests which are executing.