Coding 2024-07-18
Okay, the next thing I wanted to do was to get all of my tox environments to pass. (Insert ramble about how the way MOTR does it obviously makes so much more sense.) To get coverage to full, I need to write tests for the following cases:
- Creating an AbstractEnum class with no members.
- Error case: creating an AbstractEnum class with members and abstract methods.
- Creating an AbstractEnum class with members and no abstract methods?
- Iterating over a MatchDict.
That last one was easy, so I did it. Let's see about the others...
Hm, the question mark one didn't do what I hoped it would. Let me see...
Ah, I was able to cheat that branch out. Now I just need to address the warnings and errors from Ruff.
I'll work on that while this publishes.
Good night.