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 for raw image #622

Open
ihhub opened this issue Jan 13, 2020 · 0 comments
Open

Add unit tests for raw image #622

ihhub opened this issue Jan 13, 2020 · 0 comments
Labels
good first issue An issue is perfectly suitable for first comers. A very minimal knowledge of the project is required unit tests Project related unit tests
Milestone

Comments

@ihhub
Copy link
Owner

ihhub commented Jan 13, 2020

We have RAW image support code which locates in src/file/raw_image.h file. We want to add unit tests for this code. The tests must be stored in test/unit_tests/unit_test_file.cpp file. Please refer to existing structure of tests which means you need to add just 3 template functions and in addTests_File function add calls for these 3 new functions based on float, double, uint8_t, uint16_t, uint32_t types.

@ihhub ihhub added unit tests Project related unit tests good first issue An issue is perfectly suitable for first comers. A very minimal knowledge of the project is required labels Jan 13, 2020
@ihhub ihhub added this to the Release milestone Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue An issue is perfectly suitable for first comers. A very minimal knowledge of the project is required unit tests Project related unit tests
Projects
None yet
Development

No branches or pull requests

1 participant