Closed engnadeau closed 2 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.
tests/test.cpp
TEST_CASE("Test")
cc https://github.com/openjournals/joss-reviews/issues/2533
Currently,
tests/test.cpp
lumps all tests into a singleTEST_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