feat(ai_client): mark send() @deprecated; rewire to call send_result()
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user