aiogram_tests
aiogram_tests copied to clipboard
pytest.mark.asyncio
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"