test: cover admin plugins list#25
Merged
MitulShah1 merged 1 commit intoJun 2, 2026
Merged
Conversation
Contributor
|
Hey @tine1117 Thanks for contribution. if you like please star repo much appreciate. |
MitulShah1
pushed a commit
that referenced
this pull request
Jun 3, 2026
MitulShah1
added a commit
that referenced
this pull request
Jun 12, 2026
* Development (#4) (#6) * feat: ship langchain adapter * fix: support langchain integration on python 3.9 * test: cover admin plugins list (#25) * test: cover admin dashboard (#23) * fix: raise FerroStreamError on malformed streaming chunks Both the sync and async _stream() paths swallowed JSONDecodeError with a bare `continue`, silently dropping malformed SSE chunks and losing data with no error or log. They now raise FerroStreamError instead — the first code path that actually raises this previously-unused exception. Also adds the {"plugins": [...]} wrapper coverage for admin.plugins.list() and streaming malformed-chunk regression tests for both clients. Closes #15 Closes #16 * ci: add release-notes config to credit contributors on tagged releases Add .github/release.yml so GitHub's auto-generated release notes (the publish job already runs softprops/action-gh-release with generate_release_notes: true) group merged PRs by label and credit every contributor by @handle, plus a "New Contributors" section. Contributor credit lives in the release notes only, not in CHANGELOG.md. --------- Co-authored-by: Tine <119507611+tine1117@users.noreply.github.com> Co-authored-by: AmitabhainArunachala <79852583+AmitabhainArunachala@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
client.admin.plugins.list(){ "data": [...] }wrapperCloses #11.
Tests
python -m pytest tests/test_sdk.py -q -k pluginspython -m ruff format --check tests/test_sdk.pypython -m ruff check tests/test_sdk.pypython -m pytest tests/test_sdk.py -q