OCCCAS / aiogram_tests

The library for testing bots on aiogram3
https://pypi.org/project/aiogram-tests/
58 stars 11 forks source link

pytest.mark.asyncio #13

Open Olegt0rr opened 1 year ago

Olegt0rr commented 1 year ago

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"