mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Remove awaitable checks from TestObserver
This commit is contained in:
parent
fd6e78ddf7
commit
55f6c29ba6
3 changed files with 54 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -98,7 +98,7 @@ lint: isort black flake8 mypy
|
|||
|
||||
.PHONY: test
|
||||
test:
|
||||
$(py) pytest --cov=aiogram --cov-config .coveragerc
|
||||
$(py) pytest --cov=aiogram --cov-config .coveragerc -p no:warnings tests/
|
||||
|
||||
.PHONY: test-coverage
|
||||
test-coverage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue