test: add coverage for rooms, memberships, and people modules; improve CI#17
Merged
Merged
Conversation
…e CI - Add tests/test_rooms.py: 55 tests covering list/create/update/get/delete for both room and space alias variants, including error mapping and optional field handling - Add tests/test_memberships.py: 44 tests covering list/add/update/delete membership operations and space aliases with full validation coverage - Add tests/test_people.py: 30 tests covering get_webex_me and list_webex_people with all filter params and error paths Total test count: 200 → 376 (+176 tests, ~88% tool coverage) CI (.github/workflows/test.yml): - Add explicit PR activity types (opened, synchronize, reopened) - Add push trigger for non-main branches so tests run during development - Set fail-fast: false so both Python versions always complete - Add job summary step that appends last 20 lines of test output to the GitHub Actions step summary for quick pass/fail review on the PR page
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.
for both room and space alias variants, including error mapping and
optional field handling
membership operations and space aliases with full validation coverage
list_webex_people with all filter params and error paths
Total test count: 200 → 376 (+176 tests, ~88% tool coverage)
CI (.github/workflows/test.yml):
GitHub Actions step summary for quick pass/fail review on the PR page