feat(update pytest options):

This commit is contained in:
Alexander Myasoedov
2025-03-02 19:03:53 +02:00
parent 181e39bcfb
commit 263a282f47
+2
View File
@@ -86,5 +86,7 @@ build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
addopts = "--durations=5 -m 'not slow'"
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
markers = "slow: marks tests as slow"