Skip to content

test: exercise api_keys.get in SDK parity harness#43

Open
caballeto wants to merge 1 commit into
mainfrom
test/api-keys-get-harness
Open

test: exercise api_keys.get in SDK parity harness#43
caballeto wants to merge 1 commit into
mainfrom
test/api-keys-get-harness

Conversation

@caballeto

Copy link
Copy Markdown
Member

Summary

  • Wire api-keys.get through the parity harness runner (tests/run_sdk.py) to client.api_keys.get(rest[0]).

Why

api_keys.get shipped in #41, but the harness runner had no dispatch case, so the monorepo harness-completeness check flagged sdk-python as not covering api-keys.get. This closes the gap so parity goes green without a temporary exclusion.

Test plan

  • python -m py_compile tests/run_sdk.py
  • ruff check tests/run_sdk.py clean
  • Monorepo parity / surface-integration green once merged

Made with Cursor

The api_keys.get method shipped in #41 but the parity harness runner
(tests/run_sdk.py) had no dispatch case for it, so the monorepo
harness-completeness check flagged sdk-python as not covering
api-keys.get. Wire the op through to client.api_keys.get.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant