bastisawesome / guessinggame_ttv

A Twitch bot to play a word guessing game
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Fix MyPy Errors in Tests #38

Closed bastisawesome closed 1 month ago

bastisawesome commented 1 year ago

Pretty straightforward: the tests are clearly not written properly, as MyPy creates incorrect error reports. This is important to fix soon, as it impacts CI/CD, since tests are run on all pull requests. This means a PR will throw an error from the default tests, not even accounting for when new tests are added. These false negatives are disruptive, so some care needs to be made towards cleaning up the mockups in the tests.