noahtq / quest_image_seq_lib

C++ library for elegantly working with image sequences in OpenCV
0 stars 0 forks source link

Optimize Test Code #22

Open noahtq opened 1 month ago

noahtq commented 1 month ago

Currently takes a very long time to run unit tests

This is because the setup and teardown functions take a very long time. Could optimize by splitting up into different test classes so we only do the expensive setup and teardown when necessary.