Coding 2022-03-28

By Max Woerner Chase

So, I looked into setting up pytest to test my Mypy plugin. I knew of two pytest plugins that are meant for that. Here is a quick rundown:

I just made that last point a little less bad by reading a bit more of the documentation.

Anyway, all of this testing is revealing that I'm pushing Mypy far enough past what's "supposed to" work, that for now, I should focus on tests based on my target motrfile layout.

So, I'm going to have to take a bit of a break to clear my head, and then I should absolutely be writing those tests. Until then...

Good night.