mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add tests for BaseSession and TelegramAPIServer
This commit is contained in:
parent
c824b298c9
commit
a24708d589
12 changed files with 159 additions and 9 deletions
|
|
@ -16,6 +16,7 @@ pydantic = "^1.1"
|
|||
Babel = "^2.7"
|
||||
pytest-cov = "^2.8"
|
||||
aiofiles = "^0.4.0"
|
||||
pytest-mock = "^1.11"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = {version = "^18.3-alpha.0", allows-prereleases = true}
|
||||
|
|
@ -30,6 +31,8 @@ mkdocs = "^1.0"
|
|||
mkdocs-material = "^4.4"
|
||||
pygments = "^2.4"
|
||||
pymdown-extensions = "^6.1"
|
||||
pytest-mypy = "^0.4.2"
|
||||
asynctest = "^0.13.0"
|
||||
|
||||
[tool.black]
|
||||
line-length = 99
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue