Skip to content

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

Merged
caballeto merged 1 commit into
mainfrom
test/api-keys-get-harness
Jun 12, 2026
Merged

test: exercise api_keys.get in SDK parity harness#43
caballeto merged 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>
@caballeto caballeto merged commit 3675d8a into main Jun 12, 2026
4 checks passed
@caballeto caballeto deleted the test/api-keys-get-harness branch June 12, 2026 06:51
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