nojhan / paradiseo

An evolutionary computation framework to (automatically) build fast parallel stochastic optimization solvers
https://nojhan.github.io/paradiseo/
Other
92 stars 33 forks source link

Framework for tests #47

Open ropinho opened 4 years ago

ropinho commented 4 years ago

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.