gurkult / gurkbot

Our community bot, used for running the server.
MIT License
18 stars 16 forks source link

We should start writing tests. #136

Open vivax3794 opened 3 years ago

vivax3794 commented 3 years ago

I have been thinking about unit tests for gurkbot lately. I think we should have tests for the stuff we can test (I know we could in theory test everything, but lets start simple), one simple example is OffTopicName

personally, I would go with pytest + hypothesis (https://hypothesis.works/)

I would LOVE to do this :D

gustavwilliam commented 2 years ago

@vivax3794 how's it going with the tests? 🥺