TomographicImaging / CILViewer

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

Remove qapplication from tests #394

Closed DanicaSTFC closed 1 month ago

DanicaSTFC commented 2 months ago

Describe your changes

removed the qapplication instance from the test

Describe any testing you have performed

Consider adding example code to examples

I run the pytests before and after. I can see a new window appearing on the screen which indicates new tests are being performed.

Link relevant issues

Closes #367

Checklist when you are ready to request a review

Contribution Notes

Qt contributions should follow Qt naming conventions i.e. camelCase method names.

VTK contributions should follow VTK naming conventions i.e. PascalCase method names.