OpenHeartDevelopers / CemrgApp

An Interactive Medical Imaging Platform with Image Processing and Computer Vision Toolkits for Cardiovascular Research.
http://www.cemrgapp.com
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Setting up testing #46

Closed ericspod closed 3 years ago

ericspod commented 3 years ago

(Qt tests) https://doc.qt.io/qt-5/qtest-overview.html

(CTests) https://gitlab.kitware.com/cmake/community/-/wikis/doc/ctest/Testing-With-CTest

We will go with QtTest to do all testing, starting wtih low level and moving up to actual GUI testing once that's done.