docs: Update docs

This commit is contained in:
Chris Coutinho
2025-10-20 19:10:23 +02:00
parent 7ae78d3a39
commit aa0b6dc5dd
3 changed files with 76 additions and 48 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ dependencies = [
anyio_mode = "auto"
addopts = "-p no:asyncio" # Disable pytest-asyncio plugin, use only anyio
log_cli = 1
log_cli_level = "WARN"
log_level = "WARN"
log_cli_level = "ERROR"
log_level = "ERROR"
markers = [
"integration: marks tests as slow (deselect with '-m \"not slow\"')",
"oauth: marks tests as oauth (deselect with '-m \"not oauth\"')"