Commit 287372e
committed
test: add coverage for rooms, memberships, and people modules; improve 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 page1 parent 4f157e5 commit 287372e
4 files changed
Lines changed: 1210 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | | - | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments