feat(add executor):

This commit is contained in:
Alexander Myasoedov
2025-12-24 08:10:08 +02:00
parent 5285fdd0a0
commit 48125bd106
14 changed files with 1710 additions and 2 deletions
+2 -1
View File
@@ -83,7 +83,8 @@ build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
addopts = "--durations=5 -m 'not slow' -n 3"
addopts = "-m 'not slow'"
# addopts = "--durations=5 -m 'not slow' -n 3"
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
markers = "slow: marks tests as slow"