diff --git a/tests/test_bot.py b/tests/test_bot.py new file mode 100644 index 00000000..9c0f860d --- /dev/null +++ b/tests/test_bot.py @@ -0,0 +1,4 @@ +import aiogram + +# bot = aiogram.Bot('123456789:AABBCCDDEEFFaabbccddeeff-1234567890') +# TODO: mock for aiogram.bot.api.request and then test all AI methods.