You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will there be any changes to the unit test system?
No. Therefore, we highly encourage you to write unit tests according to this howto.
What will change for me as a developer?
The new system will introduce means to test code which is currently only tested manually.
You will be able to test hardware dependent code in our distributed test system.
Hopefully, it will also be a system that performs faster by allowing developers/reviewers to selectively run tests which are most relevant for the code change (e.g.: a comment change doesn't require build tests and a change to an application doesn't require driver tests etc.)