From f5a2d19e79fc6803e45dee2e4f6cd563a1a2469c Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 1 Dec 2017 02:01:35 +0200 Subject: [PATCH] Test bot. // TODO --- tests/test_bot.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/test_bot.py 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.