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
Do you have suggestions for open-source tools that can help us improve the code quality? Add them as comment to this issue with a short description what they do and how to use them. We will analyze the suggestions and see if it would be possible to integrate them in the CI builds.
We need something like Catch. There are already a number of tests already written for the Arduino esp8266 platform, so adopting a standard framework means we don't have to start from scratch.
I'm not suggesting that all testing must be done using the same framework, but that it would supplement the existing applications:
HostTests
Added in #1692 to contain some tests which were written during development of the Host Emulator. Further tests have been formalised and added since. It uses a simple home-baked framework which allows the same tests to be run on real hardware.
SharedComponent
Added in #1724 when build system was restructured, specifically to check the use of local user Component repositories.
Do you have suggestions for open-source tools that can help us improve the code quality? Add them as comment to this issue with a short description what they do and how to use them. We will analyze the suggestions and see if it would be possible to integrate them in the CI builds.
Security and memory issue detection
The text was updated successfully, but these errors were encountered: