-
Notifications
You must be signed in to change notification settings - Fork 0
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
Integrate shunit2 for testing #6
Comments
The shunit2 version recognized by popular package systems:
The kward/shunit2 version is very different from the google code version, according to the folder structure. We shall also consider whether or not the JUnit XML patch could be applied. See: https://code.google.com/archive/p/shunit2/issues/16 |
Noticed the announcement on google code:
As the google code version is the previous canonical one, based on the announcement, we shall select the kward/shunit2 version. |
Have you considered using Python for unit testing? Since this project already implies being familiar with Python that won't be a new dependency, and unit testing frameworks in Python are very advanced. I understand that going that way will imply a lot of |
As the major use case of |
Ok, that works too :) To support my suggestion I was going to add an example of Python-based tests for Makefile before you replied. Now it's too late but here it is anyways (I wrote it for another Makefile project, but the code is easily reusable). |
Got the idea to fix issue #5 , but I would like to have more complete testing/evaluation for different scenarios. Therefore, we could integrate shunit2 to build the framework to validate the scenarios.
The text was updated successfully, but these errors were encountered: