Added possibility to get command magic result as handler arguments

This commit is contained in:
Alex Root Junior 2022-04-15 22:45:12 +03:00
parent e8ed1b64d7
commit 21b9eecfd3
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
4 changed files with 25 additions and 9 deletions

View file

@ -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