nojhan/paradiseo

Framework for tests

ropinho opened this issue · 0 comments

Hi,

Tests are very important to verify the software quality and let the users comfortable.
I think more modern tests can turn a more reliable framework. There are several libs and frameworks for tests in C++. Googletest and Doctest, both ate easier to implement and macro-based tests cases.