Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unit tests infrastructure #150

Open
gguedesaz opened this issue Oct 19, 2019 · 1 comment
Open

Add unit tests infrastructure #150

gguedesaz opened this issue Oct 19, 2019 · 1 comment

Comments

@gguedesaz
Copy link

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.

@gguedesaz
Copy link
Author

Of course, if you agree with the idea, I'll be glad to implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant