Coding 2025-01-29

By Max Woerner Chase

All right, I'm not putting quite as much time as I'd like into MOTR, but I got one of the obvious improvements to the interface made. The next thing I think I should consider is moving some code out of "test helpers" and into the MOTR package, and then figure out how to improve it.

This code is used to associate particular programs with the Python versions they should be run against. When I get the coverage wrapper written, I'm going to have different objects that all refer to the same version label, and the user really shouldn't specify a version set more than once per program. I'm not quite sure how to handle this; I'll have to think about it for a while.

For now, sleep.

Good night.