kb2ma/RIOT

Increase automated test coverage

Closed this issue · 2 comments

kb2ma commented

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

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

See Test Coverage wiki page.

kb2ma commented

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