AppCUI
AppCUI copied to clipboard
[Core][Testing] Add unit tests for most of the components
Possible candidates: gtest, catch2 catch = https://github.com/catchorg/Catch2/ gtest = https://github.com/google/googletest
A couple of things that are of interest:
- to be quickly able to see if all tests have passed or not
- to be able to run only a couple of tests from the command line
- to be able to easily debug if a test fails
A comparation research between those two frameworks (or others) is needed.