You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After VWS-Python/vws-python-mock#3495 is complete and released, update vws-python-mock and exercise the remaining Model Target error messages through public CLI commands.
Current state
#2513 replaced method patching with public MockVWS behavior wherever the mock can represent the response. The following defensive branches remain excluded from coverage because the released mock cannot currently produce them:
ModelTargetAuthenticationError after OAuth succeeds;
generic ModelTargetError, with and without a message;
the Model Target ServerError fallback.
The source comments link to the upstream feature request.
Summary
After VWS-Python/vws-python-mock#3495 is complete and released, update
vws-python-mockand exercise the remaining Model Target error messages through public CLI commands.Current state
#2513 replaced method patching with public
MockVWSbehavior wherever the mock can represent the response. The following defensive branches remain excluded from coverage because the released mock cannot currently produce them:ModelTargetAuthenticationErrorafter OAuth succeeds;ModelTargetError, with and without a message;ServerErrorfallback.The source comments link to the upstream feature request.
Acceptance criteria
vws-python-mockto the release containing Support configurable Model Target failure responses vws-python-mock#3495.ModelTargetService, transport, exception mapping, and CLI output path.# pragma: no coverannotations and temporary upstream comments.Blocked by