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

#177 Add test for input adapters only #178

Merged
merged 6 commits into from
Oct 22, 2023

Conversation

fktn-k
Copy link
Owner

@fktn-k fktn-k commented Oct 22, 2023

Before this PR, there were no test cases only for input adapters.
To ensure that input adapters work as they are expected with no dependencies on the other classes, new test cases for input adapters have been added with some test data files.

Along with the above implementation, some unused members in input adapter classes have been deleted.

@fktn-k fktn-k added the improvement refactoring or optimization without public API changes label Oct 22, 2023
@fktn-k fktn-k added this to the Release v0.2.0 milestone Oct 22, 2023
@fktn-k fktn-k self-assigned this Oct 22, 2023
@coveralls
Copy link

coveralls commented Oct 22, 2023

Coverage Status

coverage: 100.0%. remained the same when pulling 0c78d4f on feature/177_add_test_for_input_adapters_only into 81f9b4e on develop.

@fktn-k
Copy link
Owner Author

fktn-k commented Oct 22, 2023

CTest failed in reading a test data file in the unit test cases for input adapters, just with MSVC (not with gcc/clang).
So I made a quick workaround to specify the test data directory path by creating a header file in test/unit_test/CMakeLists.txt file.

@fktn-k fktn-k merged commit f04337a into develop Oct 22, 2023
103 of 104 checks passed
@fktn-k fktn-k deleted the feature/177_add_test_for_input_adapters_only branch October 22, 2023 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement refactoring or optimization without public API changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants