OCCASS/aiogram_tests

pytest.mark.asyncio

Opened this issue · 0 comments

Since all related test should be async, it would be nice add global async support

pyproject.toml example:

[tool.pytest.ini_options]
asyncio_mode = "auto"