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

register c++ test cases for wsp parsing by reading the test info from csv #276

Open
mikejiang opened this issue Jan 24, 2019 · 1 comment

Comments

@mikejiang
Copy link
Member

Currently all 18 test cases are registered through macro BOOST_AUTO_TEST_CASE in source code.
It would be convenient if we can store these different workspace information in a file (e.g. csv) and register test cases from the entries of this table file so that the test source file doesn't need to grow in length when a new case is added (thus save the compilation)

@mikejiang
Copy link
Member Author

Also we can consider replacing Boost test with Catch (which is more lightweight and easy to use)

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