Coding 2021-07-12
So, here's what happened today:
- Bunch of Minecraft
- Travel
- Frantic attempts to get code stuff done
That last one mainly focused around trying to split up the "virtual environment setup" logic into one function per script invocation. My hope is that I can build on this work in order to port the rest of the noxfile, and from there make sure all of the functions and classes I want to use end up in source control.
I should probably track the prototype file, as well.
The basic streams of logic that need to be worked out:
- Generic logic for running pytest as a suffix of some command
- Commands for a few coverage invocations. (Generalize existing coverage environment creation.)
- JUnit XML manipulation commands.
I'll also want to prototype the task runner file for one of my larger projects, so I can make sure I have functionality for some of the more complicated logic.
Anyway, it's way too late and I should sleep.
Good night.