rgoulter / cs5237-VoronoiArt

Voronoi Art program written with OpenGL, Qt and OpenCV.
MIT License
3 stars 1 forks source link

Tests through QTest #44

Open rgoulter opened 6 years ago

rgoulter commented 6 years ago

QTest allows for basic GUI testing.

http://doc.qt.io/qt-5/qtest-overview.html

It may be useful for checking that basic situations don't break the code?