Weekly Roundup 2022-12-13
- Wednesday: I tried to figure out the proper interface for a test helper function.
- Thursday: I got the proper interface, by splitting the function in two. I also made a slight organizational change to the tests directory.
- Friday: I confirmed that the helper functions worked, and cleaned up conftest.py a little.
- Saturday: I realized that I've forgotten how (and whether) the various interfaces required for using a high-level wrapper around a Python script actually get invoked.
- Sunday: Travel out. Fried.
- Monday: Travel back. Fried.
Next week, I'm going to very methodically document the flow of data through my tests, so I can figure out how this code is currently "supposed to be written", and whether I want to change that. And other stuff.