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

Improve test coverage #22

Open
crisluengo opened this issue Feb 14, 2019 · 1 comment
Open

Improve test coverage #22

crisluengo opened this issue Feb 14, 2019 · 1 comment
Labels
component:DIPlib About the DIPlib library (C++ code) enhancement help wanted

Comments

@crisluengo
Copy link
Member

crisluengo commented Feb 14, 2019

We need to add more tests for some stuff that was implemented before the test framework was integrated. Most of the library infrastructure is covered by tests, but not all.

Also many of the more complex image analysis routines do not have tests. They were tested when written, but it is not trivial to write an automated, thorough test for such algorithms.

Finally, we need to set up some form of continuous integration on GitHub, so these tests are run automatically for pull requests.

@crisluengo crisluengo added enhancement component:DIPlib About the DIPlib library (C++ code) labels Feb 14, 2019
@crisluengo crisluengo changed the title Improve test framework Improve test coverage Feb 15, 2019
@slokhorst
Copy link
Contributor

I will have a look at CI testing. #30 and #31 could have been easily caught if we would have this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:DIPlib About the DIPlib library (C++ code) enhancement help wanted
Projects
None yet
Development

No branches or pull requests

2 participants