Coding 2022-12-04

Tags:
By Max Woerner Chase

Well, it turns out I was taking things easy again today, so let's see about the kinds of things I need to be able to run the tests I want to write. Starting with the attempts to just exercise the code.

I need to create a label object, and from there, the first thing I want is to create something like parametric_command.EnvVar(flex.FlexOut(reports.accumulator(suffix="test.txt"), lambda x: x, parametric.no_parameters(()), label), "TEST_VAR"). Let's see if it likes having that code in there, not executed yet.

I could try to adapt the existing tests into versions that interact with this new stub code, but I don't feel like pushing myself further right now, and I'm going to hold on to feeling satisfied with the amount of work that I happen to have done at any given time.

So, I'm done for now, and we'll see what I manage tomorrow.

Good night.