Increase local_server test coverage

This commit is contained in:
GitHub Copilot
2026-01-22 13:40:59 +00:00
parent 557eafc163
commit 8f252adc27
4 changed files with 357 additions and 72 deletions
+1 -2
View File
@@ -100,7 +100,6 @@ omit = [
"*/tests/*",
"*/__pycache__/*",
# Integration-heavy modules that require running servers/processes
"*/local_server.py",
"*/app_session.py",
"*/terminal_session.py",
"*/exit_poller.py",
@@ -116,5 +115,5 @@ exclude_lines = [
"if __name__ == .__main__.:",
"assert ",
]
# Unit test coverage target - integration tests would add ~20% more
# Unit test coverage target
fail_under = 80