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

Create automated tests #61

Open
Dovyski opened this issue Dec 4, 2018 · 1 comment
Open

Create automated tests #61

Dovyski opened this issue Dec 4, 2018 · 1 comment
Milestone

Comments

@Dovyski
Copy link
Owner

Dovyski commented Dec 4, 2018

All existing tests regarding cvui only check if it compiles using different versions of OpenCV. This is not enough. Tests should at least inform if a program using cvui compiles and runs successfully. PR 46 adds support for a headless version of cvui, which is perfect for creating tests.

Following the same logic of the examples, tests should be under the folder tests in the root of the project. They should not depend on complex dependencies, e.g. a header only lib for testing would be ideal.

@Dovyski Dovyski added this to the 2.8.0 milestone Dec 4, 2018
@Dovyski
Copy link
Owner Author

Dovyski commented Mar 27, 2019

Here is a nice lib for the job: https://github.com/silentbicycle/greatest

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

No branches or pull requests

1 participant