tests: create custom mark for test functions

This commit is contained in:
bronsen 2026-02-20 21:23:48 +01:00
parent 3a4137e706
commit 736fd02b50
2 changed files with 12 additions and 0 deletions

View file

@ -64,6 +64,7 @@ omit = ["tests.py"]
source_dirs = ["src/"]
[tool.pytest]
# custom marks are created in conftest.py
asyncio_mode = "auto"
[tool.ruff]