Fixed tests, covered flags and events isolation modules

This commit is contained in:
Alex Root Junior 2022-02-16 00:38:29 +02:00
parent 84be7d8323
commit 4257f7db57
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
17 changed files with 298 additions and 33 deletions

View file

@ -84,7 +84,7 @@ reformat:
# =================================================================================================
.PHONY: test-run-services
test-run-services:
docker-compose -f tests/docker-compose.yml -p aiogram3-dev up -d
@#docker-compose -f tests/docker-compose.yml -p aiogram3-dev up -d
.PHONY: test
test: test-run-services