mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Small refactoring of telegram api server
This commit is contained in:
parent
0e35b6f55e
commit
a46cd6d001
6 changed files with 43 additions and 26 deletions
2
Makefile
2
Makefile
|
|
@ -79,7 +79,7 @@ lint: isort black flake8 mypy
|
|||
|
||||
.PHONY: test
|
||||
test:
|
||||
$(py) pytest --cov=aiogram --cov-config .coveragerc tests/ -sq
|
||||
$(py) pytest --cov=aiogram --cov-config .coveragerc tests/
|
||||
|
||||
|
||||
# =================================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue