kb2ma / RIOT

RIOT - The friendly OS for IoT
https://github.com/RIOT-OS/RIOT/wiki
Other
0 stars 0 forks source link

Increase automated test coverage #20

Closed kb2ma closed 7 years ago

kb2ma commented 8 years ago

Presently we perform some basic request/response tests via the embUnit test framework. However, private functions are not directly accessible How can we work around this limitation? How about a private/internal header file to expose the functions?

kb2ma commented 8 years ago

[Update 2016-12-23 -- wiki page is obsolete; see next comment]

See Test Coverage wiki page.

kb2ma commented 7 years ago

Decided to live with the limitations of the current unit tests. Instead, created functional tests using Pexpect.