Testutil again

2019-03-04 Thread Christopher Collins
Hello all, More unit testing excitement! I think there are some valuable changes we could make to the `test/testutil` API, so I wanted to share some ideas with the community. I introduced many of the issues that I want to focus on, so I don't really feel obligated to be polite here :). I just

Re: Mynewt test facilities

2019-03-04 Thread Christopher Collins
Thanks, Will. Responses to inline comments inline :). On Sun, Mar 03, 2019 at 06:18:46PM -0800, will sanfilippo wrote: > > ### PROPOSALS > > > > 1. (testutil): Modify `TEST_CASE()` to call > > `sysinit()` if `MYNEWT_VAL(SELFTEST)` is enabled. > Would we want all TEST_CASE() to call sysinit if a