-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Incorporate tests/test_* application into tests/unittests if it makes sense #1131
Comments
@phiros, we postpone this until the next release, right? |
@OlegHahm : yes definitely. It is quite hard to transform the remaining tests into unit tests (at least with our current test setup).
|
@authmillenon : So what are the part's that can be currently worked upon , Although the previous comment does explain the reason for shifting it to next release , however since it has been recently tagged as |
It would be great if I could get some sort of direction to start the work. |
I think in the current version this applies only |
(and where it makes sense. modules that involve a lot of threading or timers usually can't be tested this way for now for example) |
A quick evaluation later the following modules seem like suitable candidates:
|
Thanks for having a look , working on the these now ;) |
I think along with the tests there needs to be some change in the code itself , for instance current hash string function |
That is good, if errors like this surface :-), but please do the fixes in a seperate PR than the tests (or do the fixes + the tests for the module in module-wise). |
@authmillenon I think the list is not up to date, right? |
Not really, no. But don't hesitate to update it ;-) |
As far as I see it there are some unittests fot the new netif. There are still no unittests for the semaphores. I don't get why you listed |
Because those were seperate test applications in the |
Somehow this was reaaaally forgotten... moving for the next release. |
To be honest, reevaluating this issue I would say it is fixed. Except |
Identified candidates so far:
The text was updated successfully, but these errors were encountered: