Coding 2022-09-25

Tags:
By Max Woerner Chase

With the benefit of a good night's sleep, I realize that it doesn't really make sense for MOTR to support flake8-json, so my next guess for "what is this helper function for" is a pytest plugin of some kind.

Ideally I wouldn't be do this kind of guesswork because I would have written down my reasoning somewhere I can find it, but the best I can do is to try to come up with a plan to avoid this scenario in the future.

Anyway, looks like there are a bunch of candidates in terms of Pytest plugins... Do I see anything I like...

pytest-codestyle isn't something I'd use, but it fits with how MOTR works better than other things I've looked at.

Hm...

The integration looks good in terms of what the code does, but using these interfaces is horribly awkward, which is on me, either then, or now.

It's a pain, but I don't think I can progress on this unless I get the documentation written so I can see a summary of how and why any of this stuff is supposed to be used.

I don't know how much I'll get down tomorrow, but I'll maybe try it over the next week.

For now, I need to wrap up.

Good night.