OCCCAS / aiogram_tests

The library for testing bots on aiogram3
https://pypi.org/project/aiogram-tests/
58 stars 11 forks source link

How to test update flow through handlers? #14

Open MasterGroosha opened 1 year ago

MasterGroosha commented 1 year ago

Hello and thank you for the library. In your examples, the handler is predefined each time. How can I just create an update and check if it hits the right handler is my code?