aiogram_tests icon indicating copy to clipboard operation
aiogram_tests copied to clipboard

pytest.mark.asyncio

Open Olegt0rr opened this issue 2 years ago • 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"

Olegt0rr avatar Mar 20 '23 09:03 Olegt0rr