Private
Public Access
0
0

feat(ai_client): mark send() @deprecated; rewire to call send_result()

This commit is contained in:
2026-06-12 19:22:27 -04:00
parent 9f86b2bee3
commit 73cf321cdf
4 changed files with 19 additions and 49 deletions
+3
View File
@@ -43,6 +43,9 @@ dev = [
]
[tool.pytest.ini_options]
filterwarnings = [
"ignore:Use ai_client.send_result.*:DeprecationWarning",
]
markers = [
"integration: marks tests as integration tests (requires live GUI)",
"clean_install: clean install verification (opt-in via RUN_CLEAN_INSTALL_TEST=1)",