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
What do you think of adding an Unit tests infrastructure?
Currently, the tests in Tests/main.cpp have no explicit checks (I guess you look at the results "by eye"). If there is an unit tests infra, it would be way easier for developers to check they didn't mess up with an already working algorithm, add new test cases, etc...
What do you think of adding an Unit tests infrastructure?
Currently, the tests in Tests/main.cpp have no explicit checks (I guess you look at the results "by eye"). If there is an unit tests infra, it would be way easier for developers to check they didn't mess up with an already working algorithm, add new test cases, etc...
We could use google tests to do it (https://github.com/google/googletest). The good news is that the licenses are compatible.
@sudz123 , please let me know if you like the idea.
The text was updated successfully, but these errors were encountered: