Grommash9 / tg_chat_mate

https://grommash9.github.io/tg_chat_mate/
MIT License
5 stars 6 forks source link

Don't initialize bot on tests #176

Open Grommash9 opened 8 months ago

Grommash9 commented 8 months ago

Now when we are running tests we are creating bot instance but we should not, so we need to mock it out I think

Please think what we will can use these mock in a future to check with methods of bot was called as send_message for example and what data was passed into it

It would be great to have it mocked for future testing