chore: Move httpd server to separate fixture

This commit is contained in:
Chris Coutinho
2025-10-14 01:23:32 +02:00
parent b26ff4f9bc
commit b3b7c90bd0
2 changed files with 51 additions and 23 deletions
+3
View File
@@ -28,6 +28,9 @@ markers = [
"integration: marks tests as slow (deselect with '-m \"not slow\"')",
"oauth: marks tests as oauth (deselect with '-m \"not oauth\"')"
]
testpaths = [
"tests",
]
[tool.commitizen]
name = "cz_conventional_commits"