Coding 2022-12-09

Tags:
By Max Woerner Chase

The new test helper code I added is in good shape now. Running motr on itself results in everything being good except for missing about 50 lines of coverage, out of 2360.

I wired the new helper functions into some existing tests, and the result is... I don't feel strongly, but I'm not changing it back. Now, I just need to look over those old tests, and figure out what I need to get the new tests to exercise more code paths. Basically, to take the existing tests, and copy their logic. This may end up requiring some of the code that I removed in revision 672 because the current low-power tests didn't need it. Which is exactly why I made sure to have a separate commit removing it; this way it's easy to bring it back.

Anyway, that's what I'll try to work on the next chance I have, which, I don't know for sure when that's going to be, but whatever.

Good night.