You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ./core/src/tests/omega_test.cpp file is quite large and would benefit from extracting test procedures into separate test files, respective to the associative source file within ./core/src/lib/.
For example: TEST_CASE("Encoding", "[EncodingTest]") would be extracted out to a test source file relating to the functionality within ./core/src/lib/encode.c.