kaustubh-sadekar / OmniCV-Lib

A computer vision library for omnidirectional (360 degree) cameras.
MIT License
144 stars 21 forks source link

C++ testing should use maintainable test cases and not lump all tests into a single `TEST` #26

Closed engnadeau closed 2 years ago

engnadeau commented 4 years ago

Currently, tests/test.cpp lumps all tests into a single TEST_CASE("Test"). This isn't maintainable nor readable. The tests should be properly set up following best practices.

cc https://github.com/openjournals/joss-reviews/issues/2533