mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
Add tests for BaseBot
This commit is contained in:
parent
a46cd6d001
commit
3a43ffc570
2 changed files with 27 additions and 1 deletions
|
|
@ -2,11 +2,12 @@ import datetime
|
|||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
from asynctest import CoroutineMock
|
||||
|
||||
from aiogram.api.client.session.base import BaseSession
|
||||
from aiogram.api.client.telegram import PRODUCTION, TelegramAPIServer
|
||||
from aiogram.api.methods import GetMe, Response
|
||||
from aiogram.utils.mixins import DataMixin
|
||||
from asynctest import CoroutineMock
|
||||
|
||||
|
||||
class TestBaseSession(DataMixin):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue