chore: Phase 1 complete — all backend proxy tests pass

This commit is contained in:
Brian Krabach
2026-04-01 12:33:17 -07:00
parent e726ef9926
commit d0fe9cda67
15 changed files with 2110 additions and 10 deletions
+5
View File
@@ -45,3 +45,8 @@ addopts = "--import-mode=importlib -m 'not integration'"
markers = [
"integration: marks tests as integration tests requiring real tmux (deselect with '-m not integration')",
]
[dependency-groups]
dev = [
"pytest-timeout>=2.4.0",
]