ZeroKnight / ZeroBot

My personal IRC/Multi-protocol Bot created (and re-created) for education and amusement.
MIT License
1 stars 0 forks source link

Add tests #55

Open ZeroKnight opened 3 months ago

ZeroKnight commented 3 months ago

I've put off adding unit tests while I rapidly prototype and frequently refactor things. In hindsight, having at least some tests in place would have made verifying the refactors didn't break anything obviously easier. Ah well.

Reminder: enable flake8-pytest-style lints when we get around to writing tests.