mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added possibility to get command magic result as handler arguments
This commit is contained in:
parent
e8ed1b64d7
commit
21b9eecfd3
4 changed files with 25 additions and 9 deletions
3
Makefile
3
Makefile
|
|
@ -94,9 +94,6 @@ test: test-run-services
|
|||
test-coverage: test-run-services
|
||||
mkdir -p $(reports_dir)/tests/
|
||||
$(py) pytest --cov=aiogram --cov-config .coveragerc --html=$(reports_dir)/tests/index.html tests/ --redis $(redis_connection)
|
||||
|
||||
.PHONY: test-coverage-report
|
||||
test-coverage-report:
|
||||
$(py) coverage html -d $(reports_dir)/coverage
|
||||
|
||||
.PHONY: test-coverage-view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue